CallMeJ
10-01-2001, 09:30 AM
If so, did you make the changes to the log format as requested below?
1. Make sure the mod_log_config and mod_usertrack Apache "modules" are compiled into your server. See the Apache documentation for details.
2. Add the following line to your httpd.conf file in the Apache conf directory:
FOR APACHE 1.2 OR BETTER, WITH THE MOD_USERTRACK MODULE:
LogFormat "%h %l %u %t \"%r\" %s %b %v \"%{Referer}i\" \"%{User-agent}i\" \"%{Cookie}n\""
FOR APACHE WITHOUT THE MOD_USERTRACK MODULE:
LogFormat "%h %l %u %t \"%r\" %s %b %v \"%{Referer}i\" \"%{User-agent}i\""
Is this required? I'd rather keep separate logs if possible.
1. Make sure the mod_log_config and mod_usertrack Apache "modules" are compiled into your server. See the Apache documentation for details.
2. Add the following line to your httpd.conf file in the Apache conf directory:
FOR APACHE 1.2 OR BETTER, WITH THE MOD_USERTRACK MODULE:
LogFormat "%h %l %u %t \"%r\" %s %b %v \"%{Referer}i\" \"%{User-agent}i\" \"%{Cookie}n\""
FOR APACHE WITHOUT THE MOD_USERTRACK MODULE:
LogFormat "%h %l %u %t \"%r\" %s %b %v \"%{Referer}i\" \"%{User-agent}i\""
Is this required? I'd rather keep separate logs if possible.
