diff options
Diffstat (limited to 'www/awstats-devel/pkg-message')
-rw-r--r-- | www/awstats-devel/pkg-message | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/awstats-devel/pkg-message b/www/awstats-devel/pkg-message new file mode 100644 index 000000000000..0729d1a863a9 --- /dev/null +++ b/www/awstats-devel/pkg-message @@ -0,0 +1,22 @@ +***************************************************************** +Please add the following to your apache config, and restart. + +# +# Directives to allow use of AWStats as a CGI +# +Alias /awstatsclasses "/usr/local/www/awstats/classes/" +Alias /awstatscss "/usr/local/www/awstats/css/" +Alias /awstatsicons "/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> + +***************************************************************** |