文件操作 - easyweb-software.com.conf
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/apache/conf.d/vhosts/easyweb-software.com.conf
编辑文件内容
<VirtualHost 5.249.157.183:80> ServerName easyweb-software.com ServerAlias www.easyweb-software.com ServerAdmin webmaster@easyweb-software.com DocumentRoot /home/ross/public_html/easyweb-software--com UseCanonicalName Off ScriptAlias /cgi-bin/ /home/ross/public_html/easyweb-software--com/cgi-bin/ CustomLog /usr/local/apache/domlogs/easyweb-software.com.bytes bytes CustomLog /usr/local/apache/domlogs/easyweb-software.com.log combined ErrorLog /usr/local/apache/domlogs/easyweb-software.com.error.log # Custom settings are loaded below this line (if any exist) # IncludeOptional "/usr/local/apache/conf/userdata/ross/easyweb-software.com/*.conf" <IfModule mod_setenvif.c> SetEnvIf X-Forwarded-Proto "^https$" HTTPS=on </IfModule> <IfModule mod_userdir.c> UserDir disabled UserDir enabled ross </IfModule> <IfModule mod_suexec.c> SuexecUserGroup ross ross </IfModule> <IfModule mod_suphp.c> suPHP_UserGroup ross ross suPHP_ConfigPath /home/ross </IfModule> <IfModule mod_ruid2.c> RMode config RUidGid ross ross </IfModule> <IfModule itk.c> AssignUserID ross ross </IfModule> <Directory "/home/ross/public_html/easyweb-software--com"> AllowOverride All Require all granted </Directory> </VirtualHost> <VirtualHost 5.249.157.183:80> ServerName webmail.easyweb-software.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 5.249.157.183:80> ServerName mail.easyweb-software.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 5.249.157.183:80> ServerName cpanel.easyweb-software.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>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件