Re: [us...@httpd] apache2, mod_jk and basic auth

2009-07-15 Thread Steve Dalton
Thanks Nick...Worked a treat. Obvious really - now I feel a bit stupid :-P Regards Steve On Thu, Jul 16, 2009 at 7:24 AM, Nick Kew wrote: > Steve Dalton wrote: > > In my Directory section. This works when I remove the JkMount - but as >> soon as mod_jk is in play, >> > > Once you're proxying (a

Re: [us...@httpd] apache2, mod_jk and basic auth

2009-07-15 Thread Nick Kew
Steve Dalton wrote: In my Directory section. This works when I remove the JkMount - but as soon as mod_jk is in play, Once you're proxying (as you are with mod_jk), there is no Directory - only what the backend (tomcat) returns. Use instead. -- Nick Kew ---

[us...@httpd] apache2, mod_jk and basic auth

2009-07-15 Thread Steve Dalton
Hi All I have a nicely working Apache 2.2 proxying to Tomcat 6 via mod_jk (Ubuntu Jaunty). I need to slap up a quick basic auth user/password on the site to only allow special guests into the site for an initial limited release. I thought I could just put something like this: Auth