[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apache authentication



On Fri, 21 Mar 2003 18:05:36 +0100
Ernst-Magne Vindal <ernst@vindal.com> wrote:

> Hi
> I'm trying to set up a site under my main site with auth, but can get
> it working.
> What I have done is:
> htpasswd -c /usr/local/apache/passwd/passwords username
> chown root.nogroup /usr/local/apache/passwd/passwords
> chmod 640 /usr/local/apache/passwd/passwords
What user your apache runs under, it should run under www-data. if it
does on your computer, your apache user can't read this file. you should
make it owned by www-data.www-data, and with permissions=600. 

> 
> I have also tried with the password file named .htpasswd, but the
> result is the same.
> 
> and for the access file:
> AuthType Basic
> AuthName "By Invitation Only"
> AuthUserFile /usr/local/apache/passwd/passwords
> Require user username
> 
> I have almost the same config for users home dir, and thats working
> fine. The only difference is that I use "Require valid-user" insted of
> the config above.
> 
> Can anyone pls help?
> 
> I'm running debain 2.4.20 and apache 1.3.27-0.1
> 
> /ernst

Bye
-- 
Haim



Reply to: