Today's web site is open to find hints that 501 method is not implemented to/index.html not supported. I used the Apache environment, and I'm here to introduce a solution.
Some friends say
Server loading Security_module module caused.
If the server-side solution can
The/etc/conf.d/mod_security.conf in the
Loadfile/usr/libxml2.so.2
loadmodule security_module modules/mod_security2.so
loadmodule unique_id_module Modules/mod_unique_id.so
Comment out, it's OK.
Or you can
. htaccess Add the following content
<ifmodule mod_security.c>
secfilterengine off
secfilterscanpost off
</IfModule>
Turn it off.
Find a solution to the foreign website.
$ telnet www.example.com
trying 192.0.32.10
... Connected to www.example.com.
Escape character is ' ^] '.
options/http/1.1
http/1.1 OK
date:tue, Dec 2009 02:29:38 GMT server:apache/2.2.3
(CentOS)
Allow : Get,head,post,options,trace
content-type:text/html charset=utf-8
content-length:0
Connection: Close
Connection closed by foreign host.
$