Re: PROBLEM - APACHE HTTPD IS SERVING JSP SOURCE CODE

2012-11-16 Thread Pete Storey
Yup, your mount point aren't quite right: - They need to be in a virtual host if they are for that (or turn on inheritance) - You have to mount _either_ a path or an extension - not both - i.e. JkMount *.jsp or JkMount /myapp - not what you've got with JkMount /*.jsp cheers Pete On 17 November

Re: [OT] mod_jk and mod_rewrite

2012-11-05 Thread Pete Storey
Hi Thanks for the various timely emails - I am in Australia hence I am in front of you time wise! What I didn't see was any actual answer to the question though - just queried the email list for this thread and this was the first reply I got! Could you resend your actual answer? Cheers Pete

mod_jk and mod_rewrite

2012-11-04 Thread Pete Storey
Hi I've got what I think is a pretty normal setup, where I have an Apache server serving some content for a website, and using mod_jk to connect to Tomcat running on another server. My problem is that I'm also trying to use mod_rewrite to ­ err, rewrite URLs. In short, if I do this the 'normal'

Bug with 404 handling in mod_jk?

2012-10-11 Thread Pete Storey
Hi, I think I've found a small bug in mod_jk relating to the way it handles 404 errors, though it's possible it's a configuration problem (but I don't think so). Wondering if anyone can help? In essence, we have a Centos 5.8 box running Apache 2.2.3-65 (as they call it ­ it's the latest version

Re: Bug with 404 handling in mod_jk?

2012-10-11 Thread Pete Storey
11:44 AM, Pete Storey wrote: I think I've found a small bug in mod_jk relating to the way it handles 404 errors, though it's possible it's a configuration problem (but I don't think so). Wondering if anyone can help? [snip] JkMount /* 1c JkUnMount /blog/* 1c JkUnMount /*.gif 1c