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 |
What is the typical log file size per 10k requests in an apache web server?
What does htpasswd do?
What is apache mpm?
How to verify httpd.conf file to ensure no configuration syntax error?
Can you record all the cookies sent to your server by clients in web server logs?
What is use of apache web server?
How secure is apache server linux?
What are the web servers you’ve worked on along with apache?
How do I install apache?
Where is apache config centos?
How do I start apache server on windows?
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