How to disable trace http request?



How to disable trace http request?..

Answer / Chandra Bahadur

To disable Trace HTTP requests, add the following line in your Apache configuration file (usually httpd.conf) or inside a virtual host:ntLogFormat "%h %l %u PID %t %s %b" common_log formatnThen remove the Trace custom log directive: LogFormat "%{Trace}i" trace_format

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Interview Questions

What is the typical log file size per 10k requests in an apache web server?

1 Answers  


What does htpasswd do?

6 Answers  


What is apache mpm?

1 Answers  


How to verify httpd.conf file to ensure no configuration syntax error?

1 Answers  


Can you record all the cookies sent to your server by clients in web server logs?

1 Answers  


What is use of apache web server?

1 Answers  


How secure is apache server linux?

1 Answers  


What are the web servers you’ve worked on along with apache?

1 Answers  


How do I install apache?

1 Answers  


Where is apache config centos?

1 Answers  


How do I start apache server on windows?

1 Answers  


I've updated my apache web server from version 2.0.55 to 2.2.0, now all my pages are blank, any thoughts? thanks in advance

1 Answers  


Categories