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

authentication



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

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?

/ernst




Reply to: