Re: Apache not logging referrers
That worked. I uncommented the CustomLog line, and its all good now. Thanks!
Bert Brunekreeft wrote:
> Check your log settings in httpd.conf
> There should be something like this:
>
>
> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
> combined
> CustomLog logs/access.log combined
>
> This will log not only the referer, but also the type of browser your
> visitors use.
>
> Greets,
>
> Bert
|