cd /etc/apache2;
mkdir passwd;
htpasswd -c /etc/apache2/passwd/passwords fantics;
add on /etc/apache2/passwd/groups
authors: rich daniel allan
add on /etc/apache2/apache2.conf

    AuthType Basic
    AuthName "Apache Admin Guide Authors"
    AuthUserFile /usr/local/apache/passwd/passwords
    AuthGroupFile /usr/local/apache/passwd/groups
    Require group authors



    AuthType Basic
    AuthName "Restricted Files"
    AuthUserFile /etc/apache2/passwd/passwords
    Require user fantics
2005/09/29 23:06 2005/09/29 23:06
Date
2005/09/29 23:06
Category
technote
Response
No Trackback , No Comment

Trackback URL : http://bluebrown.net/tattertools/BlueBrown/trackback/57

Leave a comment
« Previous : 1 : ... 159 : 160 : 161 : 162 : 163 : 164 : 165 : 166 : 167 : ... 177 : Next »