Forum

awstats - htaccess ...
 
Notifications
Clear all

awstats - htaccess username and password protected

1 Posty
1 Users
0 Likes
416 Widok
0
Topic starter

example

1 Answer
0
Topic starter

example /etc/apache2/conf-enabled/awstats.conf apache file

ScriptAlias /awstats/ /usr/lib/cgi-bin/
Alias /awstats-icon/ /usr/share/awstats/icon/
Alias /awstatsclasses/ /usr/share/java/awstats/

<Files "awstats.pl">
        Options None
        AllowOverride All
        AuthType Basic
        AuthName "Secret website"
        AuthUserFile /etc/apache2/.htpasswd
        Require valid-user
</Files>

How to create password protected file (apache):

htpasswd -c /etc/apache2/.htpasswd my_username

Don't forget to set corret access permissions

chown www-data:www-data .htpasswd
chmod 650 .htpasswd

 

Odpowiedź

Author Name

Author Email

Your question *

 
Preview 0 Revisions Saved
Share: