HEX
Server: Apache/2.4.65 (Unix) OpenSSL/1.1.1k
System: Linux server-manager.elshandawiily.com 4.18.0-553.87.1.el8_10.x86_64 #1 SMP Mon Dec 1 05:11:16 EST 2025 x86_64
User: elshanda (1002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //usr/local/apache/conf.d/vhosts/new.elshandawiily.com.ssl.conf
<VirtualHost 135.125.156.224:443>
	ServerName new.elshandawiily.com
	ServerAlias www.new.elshandawiily.com
	ServerAdmin webmaster@new.elshandawiily.com
	DocumentRoot /home/elshanda/new.elshandawiily.com
	UseCanonicalName Off
	ScriptAlias /cgi-bin/ /home/elshanda/new.elshandawiily.com/cgi-bin/

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

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

	SSLEngine on
	SSLCertificateFile /etc/pki/tls/certs/new.elshandawiily.com.cert
	SSLCertificateKeyFile /etc/pki/tls/private/new.elshandawiily.com.key
	SSLCertificateChainFile /etc/pki/tls/certs/new.elshandawiily.com.bundle
	SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown

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

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

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

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

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

	<Directory "/home/elshanda/new.elshandawiily.com">
		AllowOverride All
		SSLRequireSSL
		Require all granted
	</Directory>

	<IfModule proxy_fcgi_module>
		<FilesMatch \.php$>
			SetHandler "proxy:unix:/opt/alt/php-fpm83/usr/var/sockets/elshanda.sock|fcgi://localhost"
		</FilesMatch>
	</IfModule>

</VirtualHost>

<VirtualHost 135.125.156.224:443>
	ServerName webmail.new.elshandawiily.com

	SSLEngine on
	SSLCertificateFile /etc/pki/tls/certs/new.elshandawiily.com.cert
	SSLCertificateKeyFile /etc/pki/tls/private/new.elshandawiily.com.key
	SSLCertificateChainFile /etc/pki/tls/certs/new.elshandawiily.com.bundle
	SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown

	<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 135.125.156.224:443>
	ServerName mail.new.elshandawiily.com

	SSLEngine on
	SSLCertificateFile /etc/pki/tls/certs/new.elshandawiily.com.cert
	SSLCertificateKeyFile /etc/pki/tls/private/new.elshandawiily.com.key
	SSLCertificateChainFile /etc/pki/tls/certs/new.elshandawiily.com.bundle
	SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown

	<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 135.125.156.224:443>
	ServerName cpanel.new.elshandawiily.com

	SSLEngine on
	SSLCertificateFile /etc/pki/tls/certs/new.elshandawiily.com.cert
	SSLCertificateKeyFile /etc/pki/tls/private/new.elshandawiily.com.key
	SSLCertificateChainFile /etc/pki/tls/certs/new.elshandawiily.com.bundle
	SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown

	<IfModule mod_proxy.c>
		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>