Disable TRACE method enabled by Apache

Source: Internet
Author: User

Trace and track are the HTTP methods used to debug web server connections. The server that supports this method has a cross-site scripting vulnerability. When describing various browser defects, the cross-site-tracing vulnerability is referred to as XST. Attackers can exploit this vulnerability to fool legitimate users and obtain their personal information.
How to disable Apache TRACE requests

• VM users can add the following code to the. htaccess file to filter TRACE requests:

Rewriteengine on
Rewritecond % {request_method} ^ (trace | track)
Rewriterule. *-[F]

• The Server user adds the following command at the end of httpd. conf and then restarts Apache:

Traceenable off

If it is your own server, you can easily set up it. If it is a purchased virtual host, you can ask the IDC service provider to ask them to help you close it. Generally, they will suggest you use the first method.

 

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.