mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
0c26165008
PR: 86481 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> Approved by: webmaster@lightningfire.net (maintainer timeout, 32 days)
23 lines
663 B
Plaintext
23 lines
663 B
Plaintext
*****************************************************************
|
|
Please add the following to your apache config, and restart.
|
|
|
|
#
|
|
# Directives to allow use of AWStats as a CGI
|
|
#
|
|
Alias /awstatsclasses "%%PREFIX%%/www/awstats/classes/"
|
|
Alias /awstatscss "%%PREFIX%%/www/awstats/css/"
|
|
Alias /awstatsicons "%%PREFIX%%/www/awstats/icons/"
|
|
ScriptAlias /awstats/ "%%PREFIX%%/www/awstats/cgi-bin/"
|
|
|
|
#
|
|
# This is to permit URL access to scripts/files in AWStats directory.
|
|
#
|
|
<Directory "%%PREFIX%%/www/awstats/">
|
|
Options None
|
|
AllowOverride None
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|
|
|
|
*****************************************************************
|