fusionictnl
Verified User
Updated v0.9:
DEBUG info domain array removed.
Direct link to statistics
Replaced the HTTPS setting (jmstacey) so it will hopefully work with https
The -config= isn't needed because the .pl is user through CGI. This way it will use the domainname it's called by. Ex:
http://www.test.nl/awstats will use awstats.www.test.nl.conf
Further a 500 Error looks more like a cgi-bin permission error :s Probaly the rights on the file aren't setted correctly.
check the following files:
/var/log/httpd/suexec_log and /var/log/httpd/domains/[domain].error.log
It should prompt there what the real problem is.
For using a cron script for generating the statistics is way to complicated First there should be an output dir for each domain /home/domain/httpdocs/awstats
The scripts used for generating the statistics for all domains is very cpu/time consuming (they are too simple setupped)
The CGI only generates the statistics when needed and is way faster For my feeling
DEBUG info domain array removed.
Direct link to statistics
Replaced the HTTPS setting (jmstacey) so it will hopefully work with https
The -config= isn't needed because the .pl is user through CGI. This way it will use the domainname it's called by. Ex:
http://www.test.nl/awstats will use awstats.www.test.nl.conf
Further a 500 Error looks more like a cgi-bin permission error :s Probaly the rights on the file aren't setted correctly.
check the following files:
/var/log/httpd/suexec_log and /var/log/httpd/domains/[domain].error.log
It should prompt there what the real problem is.
For using a cron script for generating the statistics is way to complicated First there should be an output dir for each domain /home/domain/httpdocs/awstats
The scripts used for generating the statistics for all domains is very cpu/time consuming (they are too simple setupped)
The CGI only generates the statistics when needed and is way faster For my feeling
Last edited: