Help needed - Apache 2.2.6 Log flies

program5

Verified User
Joined
Sep 1, 2007
Messages
33
Location
MedCoast /Akdeniz/ Turkiye
Hello All,

I have tried many ways to fill my log files for a particular domain , with log data. My error_log is fine, but the apache access logs have missing lines and webalizer or awsatats cannot generate reports with them.

This is an example line from the acces log ;
[B- "GET /site/images/__webcam2.jpg HTTP/1.0"[/B]

And this is an example line (which is the correct format) from the error_log

[Fri Nov 23 00:53:42 2007] [error] [client xxx.xx.xx.xx] user example not found: /uyeler, referer: http://www.domain.com/site/index.php

What do I need to do in order to create proper access log lifes ?


My httpd.conf
CustomLog /var/log/httpd/domain.com.log combined


My ips.conf
CustomLog /var/log/httpd/homedir.log homedir

This creates log files under
/var/log/httpd/domains

But all of this files are empty. There's nothing in them.

Your suggestions is much appreicated, as I am not able anylze my traffic at all.

Thank You
 
Back
Top