I can't seem to get Apache to log the user-agent and referer in the Httpd-Access.log even though I've specified the "Combined" log string.
Here's the LogFormat:
I've also tried to use the "agent" CustomeLog which is:
and my httpd-agent.log files are empty.
Has anyone run into this problem before?
Thanks.
Here's the LogFormat:
Code:
"%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
Code:
LogFormat "%{User-agent}i" agent
Has anyone run into this problem before?
Thanks.