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: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)