Hello,

I have configured my apache httpd server 2.2.3 to have
apache tomcat 5.5 handle requests with path /Tromsbuss.
Using the following line in httpd.conf:
ProxyPass /Tromsbuss ajp://127.0.0.1:8009/Tromsbuss

This all works nice. What I am trying to now is to provide
access control to /Tromsbuss. I have tried what was supplied
in the howto on access control in the documentation and it
works for anything that the httpd server is serving, however
once tomcat is serving it, it just does not prompt for
authentication information.

This is what I have been trying:
<Directory "/Tromsbuss">
        AuthType Basic
        AuthName "Restricted Files"
        AuthBasicProvider file
        AuthUserFile F:\Apache\passwd
        Require valid-user
</Directory>

I would be greatly appreiciate anyone who could help me out
or point me in the right direction so I can solve this.

Thanks for your time.

Sincerely Dan Peder Eriksen

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to