Changeset 2904


Ignore:
Timestamp:
03/27/11 18:02:01 (2 years ago)
Author:
benjamin
Message:

adding allowed awstats-icon alias

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc-awstats/trunk/alterncawstats.conf

    r1887 r2904  
    22alias /awstats-icon/ /usr/share/awstats/icon/ 
    33 
    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> 
    87 
    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> 
    1014        require valid-user 
    11 </files> 
    12 </directory> 
     15  </Files> 
     16</Directory> 
    1317 
    1418 
    15 <directory /usr/lib/cgi-bin> 
    16 AuthUserFile /etc/alternc/awstats.htpasswd 
    17 AuthName "Protected Statistics for AlternC" 
    18 AuthType Basic 
     19<Directory /usr/lib/cgi-bin> 
     20  AuthUserFile /etc/alternc/awstats.htpasswd 
     21  AuthName "Protected Statistics for AlternC" 
     22  AuthType Basic 
    1923 
    20 <files awstats.pl> 
     24  <Files awstats.pl> 
    2125        require valid-user 
    22 </files> 
    23 </directory> 
     26  </Files> 
     27</Directory> 
Note: See TracChangeset for help on using the changeset viewer.