Changeset 2904
- Timestamp:
- 03/27/11 18:02:01 (2 years ago)
- File:
-
- 1 edited
-
alternc-awstats/trunk/alterncawstats.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc-awstats/trunk/alterncawstats.conf
r1887 r2904 2 2 alias /awstats-icon/ /usr/share/awstats/icon/ 3 3 4 <directory /var/alternc/cgi-bin> 5 AuthUserFile /etc/alternc/awstats.htpasswd 6 AuthName "Protected Statistics for AlternC" 7 AuthType Basic 4 <Directory /usr/share/awstats/icon/> 5 Allow from all 6 </Directory> 8 7 9 <files awstats.pl> 8 <Directory /var/alternc/cgi-bin> 9 AuthUserFile /etc/alternc/awstats.htpasswd 10 AuthName "Protected Statistics for AlternC" 11 AuthType Basic 12 13 <Files awstats.pl> 10 14 require valid-user 11 </files>12 </ directory>15 </Files> 16 </Directory> 13 17 14 18 15 < directory /usr/lib/cgi-bin>16 AuthUserFile /etc/alternc/awstats.htpasswd17 AuthName "Protected Statistics for AlternC"18 AuthType Basic19 <Directory /usr/lib/cgi-bin> 20 AuthUserFile /etc/alternc/awstats.htpasswd 21 AuthName "Protected Statistics for AlternC" 22 AuthType Basic 19 23 20 <files awstats.pl>24 <Files awstats.pl> 21 25 require valid-user 22 </files>23 </ directory>26 </Files> 27 </Directory>
Note: See TracChangeset
for help on using the changeset viewer.
