|
Revision 1047, 299 bytes
(checked in by anonymous, 4 years ago)
|
- correction du password 32 -> 38 caract�res (MD5 arrgg !)
- correction du conf template : allow only authenticated web users
- misc corrections web
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
# Apache configuration file for alternc-awstats |
|---|
| 2 |
alias /awstats-icon/ /usr/share/awstats/icon/ |
|---|
| 3 |
|
|---|
| 4 |
<directory /var/alternc/cgi-bin> |
|---|
| 5 |
AuthUserFile /etc/alternc/awstats.htpasswd |
|---|
| 6 |
AuthName "Protected Statistics for AlternC" |
|---|
| 7 |
AuthType Basic |
|---|
| 8 |
|
|---|
| 9 |
<files awstats.pl> |
|---|
| 10 |
require valid-user |
|---|
| 11 |
</files> |
|---|
| 12 |
</directory> |
|---|