在
/www/wdlinux/apache/conf/httpd.conf
末尾加上一行
TraceEnable off
重起
service httpd restart
如果還不行,則在/www/wdlinux/apache/conf/vhost
目錄下的每個(gè)配置文件的</Virturlhost>前面增加
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]
重起
service httpd restart
然后
Internet Explorer 無法顯示該頁面
重啟httpd服務(wù)出現(xiàn)以下錯(cuò)誤:
stopping httpd: [FAILED]
starting httpd:Syntax error on line 202 of /www/wdlinux/httpd-2.2.22/conf/httpd.conf
LogFormat take 1-2 arguments, a log format string (see docs) and an optional format name [FAILED]