awstats config problem on LS v3.1.1

#1
For the record I have enabled awstats on a aserver with LiteSpeed/2.2.6 Standard without problems.

This is on an ubuntu Dapper server with Litespeed Web Server Standard v3.1.1.

Trying to enable awstats but keep getting the following no matter what I do:

*I have changed the real domain name to: domain.
Code:
Error: Couldn't open config file "awstats.www.domain.org.conf" nor "awstats.conf" after searching in path "/srv/web/awstats/conf": No such file or directory

- Did you use the correct URL ?
Example: http://localhost/awstats/awstats.pl?config=mysite
Example: http://127.0.0.1/cgi-bin/awstats.pl?config=mysite
- Did you create your config file 'awstats.www.domain.org.conf' ?
If not, you can run "awstats_configure.pl" from command line, or create it manually.

Check config file, permissions and AWStats documentation (in 'docs' directory).
The contents of /srv/web/awstats/conf:
Code:
root@ubuntu606m:/srv/web/awstats/conf# ls -li
total 128
9355863 -rw-r--r-- 1 nobody nogroup 59586 2007-07-18 21:59 awstats.*.conf
9355861 -rw-r--r-- 1 nobody nogroup 59579 2007-07-18 21:46 awstats.model.conf
root@ubuntu606m:/srv/web/awstats/conf#
Any help is greatly appreciated :)
 
#3
The only thing I see that looks suspicious is this:

Code:
2007-07-18 23:40:14.118 [DEBUG] Failed to execute 'mpstat' command: No such file or directory
If you want I will paste a more complete log.
 

mistwang

LiteSpeed Staff
#4
It is not related to awstats.
Please do a search on awstats on this forum, maybe other user has similar problem.
I sugget you to double check the permission where the awstats working directory located first.
 
Top