system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
<VirtualHost 136.243.146.173:443>
ServerName images.vichole.com
ServerAlias www.images.vichole.com
ServerAdmin webmaster@images.vichole.com
DocumentRoot /home/vichole/images
UseCanonicalName Off
ScriptAlias /cgi-bin/ /home/vichole/images/cgi-bin/
CustomLog /usr/local/apache/domlogs/images.vichole.com.bytes bytes
CustomLog /usr/local/apache/domlogs/images.vichole.com.log combined
ErrorLog /usr/local/apache/domlogs/images.vichole.com.error.log
# Custom settings are loaded below this line (if any exist)
# IncludeOptional "/usr/local/apache/conf/userdata/vichole/images.vichole.com/*.conf"
SSLEngine on
SSLCertificateFile /etc/pki/tls/certs/images.vichole.com.cert
SSLCertificateKeyFile /etc/pki/tls/private/images.vichole.com.key
SSLCertificateChainFile /etc/pki/tls/certs/images.vichole.com.bundle
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<IfModule mod_userdir.c>
UserDir disabled
UserDir enabled vichole
</IfModule>
<IfModule mod_suexec.c>
SuexecUserGroup vichole vichole
</IfModule>
<IfModule mod_suphp.c>
suPHP_UserGroup vichole vichole
suPHP_ConfigPath /home/vichole
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid vichole vichole
</IfModule>
<IfModule itk.c>
AssignUserID vichole vichole
</IfModule>
<Directory "/home/vichole/images">
Options -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
SSLRequireSSL
</Directory>
<IfModule proxy_fcgi_module>
<FilesMatch \.php$>
SetHandler "proxy:unix:/opt/alt/php-fpm80/usr/var/sockets/vichole.sock|fcgi://localhost"
</FilesMatch>
</IfModule>
</VirtualHost>
<VirtualHost 136.243.146.173:443>
ServerName webmail.images.vichole.com
SSLEngine on
SSLCertificateFile /etc/pki/tls/certs/images.vichole.com.cert
SSLCertificateKeyFile /etc/pki/tls/private/images.vichole.com.key
SSLCertificateChainFile /etc/pki/tls/certs/images.vichole.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 136.243.146.173:443>
ServerName mail.images.vichole.com
SSLEngine on
SSLCertificateFile /etc/pki/tls/certs/images.vichole.com.cert
SSLCertificateKeyFile /etc/pki/tls/private/images.vichole.com.key
SSLCertificateChainFile /etc/pki/tls/certs/images.vichole.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 136.243.146.173:443>
ServerName cpanel.images.vichole.com
SSLEngine on
SSLCertificateFile /etc/pki/tls/certs/images.vichole.com.cert
SSLCertificateKeyFile /etc/pki/tls/private/images.vichole.com.key
SSLCertificateChainFile /etc/pki/tls/certs/images.vichole.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>