> Did you forget a Require directive in that location?
Nope.
> should work if you move the JkMount under the Directory directive:
I tried this:
<VirtualHost *>
DocumentRoot /drives/a/webapps/intranet1
ServerName intranet1
ServerAlias *babyupdates.com
<Directory "/drives/a/webapps/intranet1">
AuthUserFile /drives/a/webapps/.intranet1_passwd
AuthName "restricted.zeus.intranet1"
AuthType Basic
Require valid-user
</Directory>
JkMount /*.jsp zeuscat
JkMount /wup/* zeuscat
</VirtualHost>
Tailing the access_log illustrates the outcome:
192.168.1.2 - jlandin [30/Jul/2002:15:39:55 -0400] "GET / HTTP/1.1" 304 0
192.168.1.2 - - [30/Jul/2002:15:42:52 -0400] "GET /some.jsp HTTP/1.1" 200
272
As you can see, my remote browser request for "intranet1/" required
authentication, yet "intranet1/some.jsp� did not. Any ideas?
--
Josh
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>