Awstats LogFile config

laurent

Verified User
Joined
Jul 12, 2005
Messages
5
Location
France
I have a problem with the default configuration of the awstat LogFile parameter.
It is set to :
/var/log/httpd/domains/xxxx.log

But this log file is a temporary log file and the real logs file are at :
home/xxxx/domains/xxxx/logs/

And there ar several .tar.gz file per month

Must I use logresolvemerge.pl ?
Must I modify all config files manualy ?
Why is my configuration diferent ?

Thanks
Laurent
 
Sorry sooooooo late and you probably have your answer but...

>LogFile parameter. It is set to :
>/var/log/httpd/domains/xxxx.log

Looks good, that's where my logs are....

>real logs file are at :
>home/xxxx/domains/xxxx/logs/

Real Logs?? Those look like an archives of the logs. They rotate and that's where they get saved. I would still use the log config:

var/log/httpd/domains/xxxx.log

>Must I use logresolvemerge.pl ?

If you only need to convert a logfile with IP Addresses into a logfile with resolved hostnames. You can use logresolvemerge tool provided with AWStats distribution.

>Must I modify all config files manualy ?

I wouldn't. And if all domains have the same config, I would use only one config instead of a config per domain.

>Why is my configuration diferent ?

I don't believe it is...

DaveR~
 
Back
Top