Awstats and vhosts
Posted: Tue Jan 24, 2006 10:35 pm
I've installed awstats before so I know the deal and am fairly familiar with the config file.
Problem is this box is running 6 or 7 domains all of apache vhosts.
I've got
in my httpd.conf and I seem to be getting a 403 whenever I visit any of my domains/awstats/
I also tried loading it off the machine's IP, no good. Any takers?
Problem is this box is running 6 or 7 domains all of apache vhosts.
I've got
Code: Select all
# Directives to allow use of AWStats as a CGI
#
Alias /awstatsclasses "/usr/local/awstats/wwwroot/classes/"
Alias /awstatscss "/usr/local/awstats/wwwroot/css/"
Alias /awstatsicons "/usr/local/awstats/wwwroot/icon/"
ScriptAlias /awstats/ "/usr/local/awstats/wwwroot/cgi-bin/"
#
# This is to permit URL access to scripts/files in AWStats directory.
#
<Directory "/usr/local/awstats/wwwroot">
Options indexes
AllowOverride None
Order allow,deny
Allow from all
</Directory>I also tried loading it off the machine's IP, no good. Any takers?