I have litespeed 3.10 on two servers, both identical hardware with Solaris 10. Awstats works fine on the first one.
On the second one, enabling awstats for the only virtual host for the port 80 listener causes litespeed to immediately crash upon restart. The only way to recover is to edit the virtual host XML configuration file by setting <updateMode>0</updateMode> for awstats.
here is the configuration:
Removing the REGEX did not change anything.
I added the directory "access" to the document root (I didn't think it was required) but it didn't change anything.
the directory "/export/home/syn/awstats" is next to the document root which is "/export/home/syn/www" and it is 777 with same user/group as the document root.
I don't think I have misconfigured this. Even if I did, Litespeed should not hard crash right?
On the second one, enabling awstats for the only virtual host for the port 80 listener causes litespeed to immediately crash upon restart. The only way to recover is to edit the virtual host XML configuration file by setting <updateMode>0</updateMode> for awstats.
here is the configuration:
Code:
Update Mode Dynamic
Working Directory /export/home/syn/awstats
AWStats URI /access/
Site Domain shepard.synsport.net
Site Aliases REGEX[.\(synsport\.com|synsports\.com|synsport\.net)$]
Update Interval Hourly
Update Offset (secs) 0
Secured Connection No
Authentication Realm Not Set
I added the directory "access" to the document root (I didn't think it was required) but it didn't change anything.
the directory "/export/home/syn/awstats" is next to the document root which is "/export/home/syn/www" and it is 777 with same user/group as the document root.
I don't think I have misconfigured this. Even if I did, Litespeed should not hard crash right?