You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by John Chao <ch...@sage.edu> on 2002/12/06 23:58:19 UTC

[users@httpd] apache module usertrack and logging

i've compiled in defaults plus module usertrack and inserted commands in the httpd.conf.  the server does send a cookie (verified via netscape) but no log is generated.  i had recompiled and restarted apache server.  any suggestions?  thanks a lot.

bin/httpd -l
Compiled-in modules:
  http_core.c
  mod_usertrack.c
...

less conf/httpd.conf
CookieTracking on
CookieDomain .www.sage.edu
CookieExpires "1 years"
CookieName TSCcookie
CookieStyle Netscape
CustomLog logs/sage-clickstream "%h %l %u %t \"%r\" %>s %b %v \"%{cookie}n\""
...

cat logs/clickstream