I put this in my httpd.conf file:
<Location "/dora">
AuthType Basic
AuthName "protected area"
AuthUserFile "C:/Program Files/Apache Group/users"
require user koes
</Location>
I get the browser authentication popup and I enter the username and password
that is in my AuthUserFile.
However, I still get a 403 error from tomcat even though I have
tomcatAuthentication set to false in the AJP Connector.
Does anyone have any ideas why this is happening?
