Website 501 Method Not Implemented error prompt

Source: Internet
Author: User

Some friends say

The server loads the security_module.
If the server solves the problem
In/etc/conf. d/mod_security.conf

The code is as follows: Copy code
Loadfile/usr/libxml2.so. 2
Loadmodule security_module modules/mod_security2.so
Loadmodule unique_id_module modules/mod_unique_id.so

Comment it out.
See
Or you can
Add the following content to. htaccess:

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

Disable it.

Find a solution for foreign websites.

The code is as follows: Copy code

$ Telnet www.example.com 80
Trying 192.0.32.10...
Connected to www.example.com.
Escape character is '^]'.
OPTIONS/https/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.
$

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.