Eric Covener wrote:
<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.

Hi Eric.
What makes you say that the content for "GET /protected/index.html" is not served out of /path/to/protected ? (I'm not saying you're wrong, it's just that I don't see that from the available information. Did I miss something ?)


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