Website 501 Method Not Implemented Error

  

Some friends say

The server loads the security_module module. If the server side resolves, the

code in /etc/conf.d/mod_security.conf can be as follows: loadfile /usr/libxml2.so.2 loadmodule security_module modules/mod_security2.so loadmodule unique_id_module modules/mod_unique_id.so < Br>

Comment out, you can. See or you can add the following to .htaccess

The code is as follows <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>

Close it.

Foreign websites find a solution.

The code is as follows: $ telnet www.example.com 80 Trying 192.0.32.10... Connected to www.example.com. Escape character is '^]'. OPTIONS /HTTP/1.1

HTTP/1.1 200 OK Date: Tue, 08 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. $

Copyright © Windows knowledge All Rights Reserved