How do I configure my Apache webserver for Extended Combined logging?

Include the following directive in the Apache (or similar webserver) “httpd.conf” file:


LogFormat “%h %v %u %t "%r" %>s %b "%{Referer}i" "%{User-Agent}i"”

Comment out ALL other “LogFormat” directives. Then restart the server.

Your rating: None