hello

 i want to secure some of the folders on my web
server. so i created two files .htaccess and .htpass
in those folders.

The content of the file ".htaccess"

AuthName "restricted stuff"
AuthType Basic
AuthUserFile .htpass
<Limit GET POST>
require valid-user
</Limit>

i have created .htpass file with the htpasswd

in /etc/httpd/conf/httpd.conf i have set this

 AllowOverride AuthConfig

to allow .htaccess to do the authentication

The problem is when i go to that particular directory
on the web it doesn't do any authentication. It
displays the contents of the directory. What could be
the problem.


Thank you


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to