--- Cesar Fernandez Gago <[EMAIL PROTECTED]> wrote:
>
>     Hope this helps, It works for me...
> 
> #echo "alks:password" > /var/www/htpasswd_plain
> #htpasswd -c /var/www/HTPASSWD alks
> New password:
> Re-type new password:
> Adding password for user alks
> 
> 
>     My config (Currently tested with the trunk branch on a Debian box):
> -------
>  Directory /private1 {
>      Auth Digest {
>          Name "My private data 2"
>          Method plain {
>              PasswdFile /var/www/htpasswd_plain
>          }
>      }
>  }
> 
>  Directory /private2 {
>      Auth Basic {
>          Name "My private data 3"
>          Method plain {
>              PasswdFile /var/www/htpasswd_plain
>          }
>      }
>  }
> 
>  Directory /private3 {
>      Auth Basic {
>          Name "My private data 3"
>          Method htpasswd {
>              PasswdFile /var/www/HTPASSWD
>          }
>      }
>  }
> 
> --------------

kk, thanks mate but I've already solved it :-)

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
Cherokee mailing list
[email protected]
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee

Reply via email to