FreeBSD Port: awstats-6.2

Joe Zeiler zeiler07 at covad.net
Mon Jan 3 02:34:27 GMT 2005


Could you fix the pkg-message, you are missing some / in the aliases, 
e.g. /awstatsclasses should be /awstats/classes:

*****************************************************************
Please add the following to your apache config, and restart.

#
# Directives to allow use of AWStats as a CGI
#
Alias /awstats/classes "/usr/local/www/awstats/classes/"
Alias /awstats/css "/usr/local/www/awstats/css/"
Alias /awstats/icons "/usr/local/www/awstats/icons/"
ScriptAlias /awstats/ "/usr/local/www/awstats/cgi-bin/"

#
# This is to permit URL access to scripts/files in AWStats directory.
#
<Directory "/usr/local/www/awstats/">
    Options None
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

*****************************************************************




More information about the freebsd-ports mailing list