What should I put in the httpd.conf to make apache
do authentication before a servlet is accessed?
Here's what I tried:

<Directory "C:/Program Files/Apache Group/Apache2/Tomcat 4.1/webapps/stuff">
AuthType Basic
AuthName "stuff"
AuthUserFile "C:/Program Files/Apache Group/Apache2/conf/passwd"
require valid-user
</Directory>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to