Jump to content

Quick apache problem (no one is in the apache forum)


alphadeltaviii

Recommended Posts

I have a directory with htdigest authentication. So, digest authentication is working with passwords, etc. But if I just 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>

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.