alphadeltaviii Posted February 17, 2008 Share Posted February 17, 2008 So, digest authentication is working with passwords, etc. But if I jst cancel out fo the login screen, i go to the page anyway. It completely bypasses the security by hitting "Cancel". How do i fix this? (Here is my code from httpd.conf) <Directory /var/www/html/website_root/*> AuthType Digest AuthName "Restricted Area" AuthDigestDomain / http://admin.mydomain.com AuthDigestProvider file AuthUserFile /etc/httpd/passwds2 Require user access </Directory> Quote Link to comment Share on other sites More sharing options...
alphadeltaviii Posted February 17, 2008 Author Share Posted February 17, 2008 well, it has something to do with the wildcard * in the <Directory> tag. If i remover it, problem solved, but then I have to protect an entire site. I don't understand why the " * " would matter. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.