>> <Directory "/path/to/protected">
>>         Order deny,allow
>>         Allow from 192.168
>>         Deny from all
>>         AllowOverride All
>>         Options -Indexes
>> </Directory>

>> JkMount /protected/jsp/* tomcat_worker

>> 141.x.x.x - - [23/Sep/2008:13:28:34 +0200] "GET /protected/index.html 
>> HTTP/1.0" 200 7675 "-" "Wget/1.11"

You need to use <Location>, not <Directory>.

This content isn't served out of /path/to/protected, so the
configuration for that directory isn't applicable.

-- 
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
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