On Fri, 2009-02-20 at 14:21 +0100, Reis Markus wrote: > We already tried something like: > > <Directory /my_jboss_app_context> > Order Deny,Allow > Deny from 10.1.13.25 > </Directory> > > But this also didn't work - We got the impression that this directive only > works with "real" directories and NOT with "contexts" (i.e. a path defined in > uriworkermap.properties for mod_jk which corresponds to a jboss web > application context). Is that correct? > > Any further ideas? > > > Kind regards, > Markus > <Directory> is for physical on disk directories, and the path referenced is a file system path <Location> is for URI locations, and the path referenced is the URI.
<Directory /my_jboss_app_context> will only match files that are loaded from the physical on disk directory /my_jboss_app_context/ Also, :set tw=78, because your emails are hideously formatted.. --------------------------------------------------------------------- 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