Results 1 to 1 of 1
Hey everyone, could be a really easy step I'm missing but...
I'm running Apache web server and I'm currently trying to set up an Auth system. I have added a ...
- 12-12-2006 #1Linux Newbie
- Join Date
- Oct 2006
- Posts
- 101
Apache auth troubles
Hey everyone, could be a really easy step I'm missing but...
I'm running Apache web server and I'm currently trying to set up an Auth system. I have added a password for a new user through the htpassword utility. I also have added a .htaccess file in my directory I wish to protect:
I have not configured any other files and I feel I am missing a step. I can still get public access with that directory. Do I have to add/enable any mods? Any direction would be great!Code:AllowOverride AuthConfig AuthType Basic AuthName "Restricted" AuthUserFile /usr/local/apache2/passwd/passwords Require user user
Thanks,
Erik


Reply With Quote
