LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   help: Disable HTTP Trace / TRACK Methods (https://www.linuxquestions.org/questions/linux-server-73/help-disable-http-trace-track-methods-712718/)

Paris Heng 03-19-2009 01:36 AM

help: Disable HTTP Trace / TRACK Methods
 
How to disable HTTP Trace in Apache 1.3.41?

unSpawn 03-19-2009 06:07 PM

Something like 'RewriteCond %{REQUEST_METHOD} !^TRACE$'?

Paris Heng 03-19-2009 10:30 PM

What actually this HTTP trace for? Can somebody give example in the application like from the Apache server to the browser?

unSpawn 03-20-2009 03:15 AM

Quote:

Originally Posted by Paris Heng (Post 3481533)
What actually this HTTP trace for?

There's a RFC outlining HTTP methods?


Quote:

Originally Posted by Paris Heng (Post 3481533)
Can somebody give example in the application like from the Apache server to the browser?

No, the other way around. Similar in usage like you would nc or telnet a GET or HEAD request to a server.


All times are GMT -5. The time now is 11:16 PM.