1 rizwank 1.1 #
2 # Content of this file, with correct values, can be automatically added to
3 # your Apache server by using the AWStats configure.pl tool.
4 #
5
6 #
7 # Directives to add to your Apache conf file to allow use of AWStats as a CGI.
8 # Note that path "/usr/local/awstats/" must reflect your AWStats install path.
9 #
10 Alias /awstatsclasses "/usr/local/awstats/wwwroot/classes/"
11 Alias /awstatscss "/usr/local/awstats/wwwroot/css/"
12 Alias /awstatsicons "/usr/local/awstats/wwwroot/icon/"
13 ScriptAlias /awstats/ "/usr/local/awstats/wwwroot/cgi-bin/"
14
15 #
16 # This is to permit URL access to scripts/files in AWStats directory.
17 #
18 <Directory "/usr/local/awstats/wwwroot">
19 Options None
20 AllowOverride None
21 Order allow,deny
22 rizwank 1.1 Allow from all
23 </Directory>
|