Changeset 1887

Show
Ignore:
Timestamp:
08/26/07 20:16:21 (9 months ago)
Author:
benjamin
Message:

adding /usr/lib/cgi-bin as the auth folder for awstats.pl \!

Files:

Legend:

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

    r1578 r1887  
    1111</files> 
    1212</directory> 
     13 
     14 
     15<directory /usr/lib/cgi-bin> 
     16AuthUserFile /etc/alternc/awstats.htpasswd 
     17AuthName "Protected Statistics for AlternC" 
     18AuthType Basic 
     19 
     20<files awstats.pl> 
     21        require valid-user 
     22</files> 
     23</directory> 
  • alternc-awstats/trunk/debian/changelog

    r1867 r1887  
    11alternc-awstats (0.5.1) testing; urgency=low 
    22 
     3  * changing /var/alternc/cgi-bin to /usr/lib/cgi-bin for HTTP auth ! 
    34  * adding logresolvemerge.pl : it is present in awstats package, but with DOS cr/lf !! (bugreport filled) 
    45  * lintian compliance, changing /usr/bin/php4 > /usr/bin/php (works with php5-cli)