Apache Server configuration support - ErrorLog and referer

This is Interesting: Free IT Magazines  
Home > Archive > Apache Server configuration support > July 2006 > ErrorLog and referer





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author ErrorLog and referer
Pilu

2006-07-13, 1:25 pm

Hi

I have searched on the internet but no response :-| I cannot see any
referer entries on my Error.log file. I have changed the Loglevel but no
results ..

Here my configuration:

ErrorLog /var/log/apache/error.log

LogLevel warn

LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"
\"%{fore
nsic-id}n\" %T %v" full
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"
\"%{fore
nsic-id}n\" %P %T" debug
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"
\"%{fore
nsic-id}n\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{forensic-id}n\"" forensic
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent

CustomLog /var/log/apache/access.log combined

and my vhosts file:


NameVirtualHost www.toto.com
<VirtualHost www.toto.com>
ServerAdmin webmaster@toto.com
DocumentRoot /home/toto/www/
ServerName www.toto.com
CustomLog /var/log/apache/access.log combined
</VirtualHost>

Any ideas to help me?

Thank you very much in advance

Kind regards

Nik

Davide Bianchi

2006-07-13, 1:25 pm

On 2006-07-13, Pilu <Pilu@nospam.com> wrote:
> I have searched on the internet but no response :-| I cannot see any
> referer entries on my Error.log file.


Referer usually are not logged in the error.log that is (like the name
suggest) for errors, referer are logged in the access_log *if* they are
present in the request.

Davide

--
Linus was the instructor of Hercules in music, but having one day reproved
his pupil rather harshly, he roused the anger of Hercules, who struck him
with his lyre and killed him.
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2009 webservertalk.com