#
# Content of this file, with correct values, can be automatically added to
# your Apache server by using the AWStats configure.pl tool.
#

#
# Directives to add to your Apache conf file to allow use of AWStats as a CGI.
# Note that path "/usr/local/awstats/" must reflect your AWStats install path.
#
Alias /awstatsclasses "/usr/share/apache2/icons/awstats/classes/"
Alias /awstatscss "/usr/share/apache2/icons/awstats/css/"
Alias /awstatsicons "/usr/share/apache2/icons/awstats/icon/"
ScriptAlias /awstats/ "/srv/www/cgi-bin/awstats/"

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