I'm trying to secure my directory that has phpmyadmin.
I've placed a .htaccess file in there that has:

# .htaccess contents
AuthType Basic
AuthUserFile /var/www/passwd/phpmyadmin.pwd
AuthName My Realm
Require valid-user


htpasswd is in a seperate dir as indicated in my
.htaccess:

# htpasswd contents
sxjcp:XXXXXXXXXXXXX
root:XXXXXXXXXXXXX


httpd.conf to set the directory security is:

# httpd.conf directory
<Directory "/etc/httpd/phpMyAdmin-2.5.1">
        AllowOverride AuthConfig
</Directory>


What am I missing here? This is my first time
configuring Apache and the directory security, so
please be specific in your responses. Thanks in
advance. :)

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


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

Reply via email to