Hi there,
Actually i have made setup of your AWSTATS and being using for testing purpose. In the begining the log format which i was given worked fine but unfortunately it started giving errors.
The log format from the log looks as:
"3.57.46.243 - [07/Jun/2009:00:00:01 +0000] "GET /lbmonitor.html HTTP/1.1" 200 16"
Here actually there is space coming in between the log format instead of "-". After the IP address one "-" is there and after that we have blank space which the log format has to consider it as "%other", because later in the same log we are getting the value into that location i.e. into that blank space location. So, when the analysis is done all the records are taken as corrupted records and i am not able to get the right hit count.
The log format i used for the above is:
LogFormat="%host %other %other %time1 %methodurl %code %bytesd"
Please let me know whether the space can be considered by awstats, so that the records will not be dropped while analysing log.
Its bit urgent, can any one help please.
Thanks
Raj