Re: [us...@httpd] Combining mod_jk and Location Directives

2010-04-19 Thread Tom Evans
On Mon, Apr 19, 2010 at 4:22 PM, Nick Tkach wrote: > Is it possible, for a given URL that's being directed to mod_jk, to lock it > down so that you can only access it from a particular subnet? > > For example, let's say I have an app with JkMounts defined: > > JkMount /myapp worker1 > JkMount /my

[us...@httpd] Combining mod_jk and Location Directives

2010-04-19 Thread Nick Tkach
Is it possible, for a given URL that's being directed to mod_jk, to lock it down so that you can only access it from a particular subnet? For example, let's say I have an app with JkMounts defined: JkMount /myapp worker1 JkMount /myapp/sub worker2 JkMount / worker3 Then I have a sub-directory,