You wrote:
> Are there any Apache experts resident here? My host is running with
> Apache's default logs and neither of us can figure out how to turn on the
> referrer log. Help?
What version of Apache are you running and on what platform ?
I run apache 1.3.2 and I use:
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
CustomLog /usr/local/src/apache/logs/gateway.somesite.com-access_log combined
This tells it to create a single file with all the information in it (instead of
potentially 3 files for access information, user agents, and for refererers.
Or you can use :
RefererLog LOGFILE
This will create the standard referer file. NOTE: This will take up more disk space.
____________________________________________________________________
--------------------------------------------------------------------
Join The Web Consultants Association : Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------