Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 269
- Log:
Overdue upgrade to AWStats v6.9, the most recent version
available at the time of writing.
- Author:
- rool
- Date:
- Wed May 27 23:57:15 +0100 2009
- Size:
- 739 Bytes
- Properties:
- Property svn:executable is set
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 | Allow from all |
23 | </Directory> |