> Hello Jason Carson, > >> I have the same permissions. I also have awstats.pl in two locations... >> >> 1)/var/www/localhost/cgi-bin/awstats.pl >> 2)/usr/share/webapps/awstats/6.5-r1/hostroot/cgi-bin/awstats.pl >> >> I think the second one is what matters, > > You should be using the first one, read the webapp-config man page, or > http://dev.gentoo.org/~rl03/webapp-config.html if you don't have > webapp-config installed, for an explanation. > > > -- > Neil Bothwick > > Politically Incorrect -- and damn proud of it! > yeah, I did the following...
webapp-config -I -h localhost -d awstats awstats 6.5-r1 and it worked, it told be to add the following to my apache config which I did ... ##################################################################### Alias /awstats/classes "/usr/share/webapps/awstats/6.5-r1/htdocs/classes/" Alias /awstats/css "/usr/share/webapps/awstats/6.5-r1/htdocs/css/" Alias /awstats/icons "/usr/share/webapps/awstats/6.5-r1/htdocs/icon/" ScriptAlias /awstats/ "/usr/share/webapps/awstats/6.5-r1/hostroot/cgi-bin/" ScriptAlias /awstats "/usr/share/webapps/awstats/6.5-r1/hostroot/cgi-bin/awstats.pl" ScriptAlias /awstats.pl "/usr/share/webapps/awstats/6.5-r1/hostroot/cgi-bin/awstats.pl" <Directory "/usr/share/webapps/awstats/6.5-r1/htdocs"> Options None AllowOverride None <IfModule mod_access.c> Order allow,deny Allow from all </IfModule> </Directory> <Directory "/usr/share/webapps/awstats/6.5-r1/hostroot/cgi-bin"> Options ExecCGI AllowOverride None <IfModule mod_access.c> Order allow,deny Allow from all </IfModule> </Directory> ################################################################## These apache directives show /usr/share/webapps/awstats/... which is why I thought the "2)" was more important. Anyway, I still get the following error when I try and access my stats in my web browser... "Forbidden You don't have permission to access /awstats/awstats.pl on this server." -- [EMAIL PROTECTED] mailing list