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:80>
ServerName 136.243.146.173
DocumentRoot /usr/local/apache/htdocs
ServerAdmin info@centos-webpanel.com
<IfModule mod_suphp.c>
suPHP_UserGroup nobody nobody
</IfModule>
<Proxy "*">
<IfModule mod_security2.c>
SecRuleEngine Off
</IfModule>
</Proxy>
RewriteEngine On
RewriteCond %{HTTP_HOST} !^136.243.146.173$
RewriteCond %{HTTP_HOST} ^webmail.
RewriteRule ^/(.*) http://%{HTTP_HOST}:2095/$1 [P]
</VirtualHost>
<Directory "/">
AllowOverride All
Require all granted
</Directory>