I can't seem to find information on using password authentication within
a <Location> tag.

I've used .htaccess files in directories, but I'm using mod_jk to
connect to tomcat and a status worker, and would like to restrict access
to the status worker. There is no directory to put .htaccess in so how
would I accomplish this?

I tried putting 
                AuthType Basic
                AuthName "Private Area"
                AuthUserFile /etc/apache2/htusers
                Require valid-user
in the location tag, but it never prompts for user and password it just
says forbidden.

Thanks 

Sheldon



---------------------------------------------------------------------
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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to