I have migrated a Cpanel based website from one server to another but after migration, AWStat stopped updating. While updating AWstats was showing following error

When I checked the domlogs of the domain it shows following entries only
root@server [~]# cat /usr/local/
apache/domlogs/domainname.com
combined
combined
combined
combined
I have searched online and found that the LogFormat was not properly defined in httpd.conf file, due to which apache was just logging the word “combined” over and over instead of the correct information.
To fix the issue
1) I have added following LogFormat in httpd.conf file
LogFormat “%h %l %u %t ”%r” %>s %b ”%{Referer}i” ”%{User-Agent}i”" combined
2) Restarted Apache Service.
Related posts:
- Installation And Configuration of Mod_suPHP on Plesk (CentOS)
- HTTPD doesn’t start After Atmail Installation in Plesk
- Apache Error: Options ExecCGI is off in this directory
- FIX:- (28)No space left on device: Couldn’t create accept lock
- Unable to Access Plesk – PSA dead but subsys locked
Tags: Awstat LogFormat parameter, AWStats did not find any valid log lines, AWStats found in your log file combined., LogFormat parameter setup does not match this format, Your log file must have a bad format
http://eitwebguru.com/awstat-error-logformat-parameter-setup-does-not-match-this-format/ « .:][ Gr8 Admin Team ][:.
on Feb 16th, 2010
@ 10:49 am:
[...] More here Categories: Uncategorized Comments (0) Trackbacks (0) Leave a comment [...]