MINI MINI MANI MO

Path : /usr/local/apache.old/conf.d/vhosts/
File Upload :
Current File : //usr/local/apache.old/conf.d/vhosts/jaiambeyinfratech.com.conf

<VirtualHost 165.232.190.148:80>
	ServerName jaiambeyinfratech.com
	ServerAlias www.jaiambeyinfratech.com
	ServerAdmin webmaster@jaiambeyinfratech.com
	DocumentRoot /home/jaiambey/public_html
	UseCanonicalName Off
	ScriptAlias /cgi-bin/ /home/jaiambey/public_html/cgi-bin/

	CustomLog /usr/local/apache/domlogs/jaiambeyinfratech.com.bytes bytes
	CustomLog /usr/local/apache/domlogs/jaiambeyinfratech.com.log combined
	ErrorLog /usr/local/apache/domlogs/jaiambeyinfratech.com.error.log

	# Custom settings are loaded below this line (if any exist)
	# IncludeOptional "/usr/local/apache/conf/userdata/jaiambey/jaiambeyinfratech.com/*.conf"

	<IfModule mod_setenvif.c>
		SetEnvIf X-Forwarded-Proto "^https$" HTTPS=on
	</IfModule>

	<IfModule mod_userdir.c>
		UserDir disabled
		UserDir enabled jaiambey
	</IfModule>

	<IfModule mod_suexec.c>
		SuexecUserGroup jaiambey jaiambey
	</IfModule>

	<IfModule mod_suphp.c>
		suPHP_UserGroup jaiambey jaiambey
		suPHP_ConfigPath /home/jaiambey
	</IfModule>

	<IfModule mod_ruid2.c>
		RMode config
		RUidGid jaiambey jaiambey
	</IfModule>

	<IfModule itk.c>
		AssignUserID jaiambey jaiambey
	</IfModule>

	<Directory "/home/jaiambey/public_html">
		Options -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
		AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
	</Directory>

</VirtualHost>

<VirtualHost 165.232.190.148:80>
	ServerName webmail.jaiambeyinfratech.com

	<IfModule mod_proxy.c>
		ProxyRequests Off
		ProxyPreserveHost On
		ProxyVia Full
		ProxyPass / http://127.0.0.1:2095/
		ProxyPassReverse / http://127.0.0.1:2095/

		<Proxy *>
			AllowOverride All
		</Proxy>
	</IfModule>

	<IfModule mod_security2.c>
		SecRuleEngine Off
	</IfModule>

</VirtualHost>

<VirtualHost 165.232.190.148:80>
	ServerName mail.jaiambeyinfratech.com

	<IfModule mod_proxy.c>
		ProxyRequests Off
		ProxyPreserveHost On
		ProxyVia Full
		ProxyPass / http://127.0.0.1:2095/
		ProxyPassReverse / http://127.0.0.1:2095/

		<Proxy *>
			AllowOverride All
		</Proxy>
	</IfModule>

	<IfModule mod_security2.c>
		SecRuleEngine Off
	</IfModule>

</VirtualHost>

<VirtualHost 165.232.190.148:80>
	ServerName cpanel.jaiambeyinfratech.com

	<IfModule mod_proxy.c>
		<IfModule !ssl_module>
			LoadModule ssl_module modules/mod_ssl.so
		</IfModule>
		SSLProxyEngine on
		SSLProxyVerify none
		SSLProxyCheckPeerCN off
		SSLProxyCheckPeerName off
		SSLProxyCheckPeerExpire off
		ProxyRequests Off
		ProxyPreserveHost On
		ProxyVia Full

		RewriteEngine on

		RewriteRule ^/roundcube$ /roundcube/ [R]
		ProxyPass /roundcube/ https://127.0.0.1:2031/roundcube/
		ProxyPassReverse /roundcube https://127.0.0.1:2031/roundcube/

		RewriteRule ^/pma$ /pma/ [R]
		ProxyPass /pma/ https://127.0.0.1:2031/pma/
		ProxyPassReverse /pma https://127.0.0.1:2031/pma/
		
		ProxyPass / https://127.0.0.1:2083/
		ProxyPassReverse / https://127.0.0.1:2083/

		<Proxy *>
			AllowOverride All
		</Proxy>
	</IfModule>

	<IfModule mod_security2.c>
		SecRuleEngine Off
	</IfModule>
	
</VirtualHost>

OHA YOOOO