|
|
|
|
|
by pyroman
6132 days ago
|
|
I left that out of the post because I didn't change it from what Apache was installed with on my debian box. It looks like this. # # The following directives define some format nicknames for use with # a CustomLog directive (see below). # If you are behind a reverse proxy, you might want to change %h into %{X-Forwarded-For}i #
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent Format reference: http://httpd.apache.org/docs/1.3/mod/mod_log_config.html#for... |
|