#
# 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 "/var/www/html/awstats/classes/"
Alias /awstatscss "/var/www/html/awstats/css/"
Alias /awstatsicons "/var/www/html/awstats/icon/"
ScriptAlias /awstats/ "/var/www/cgi-bin/awstats/"

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