You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jacob Rhoden <ja...@rhoden.id.au> on 2007/05/16 04:01:40 UTC

mod_jk selective forwarding?

Hi,

I would like to be able to configure an apache virtual host, where all 
requests ending in .pl are served by apache, and everything else falls 
through to tomcat. I have no idea where to start. (I normally just copy 
and paste something into httpd.conf to setup my connector) Are there any 
good websites on how to do this?

Thanks,
Jacob

 
__________________________________________
Jacob Rhoden - http://www.jacobrhoden.com/


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: mod_jk selective forwarding?

Posted by Rainer Jung <ra...@kippdata.de>.
If you've got some basic mod_jk experience, this will be pretty easy, 
using JkMount, JkUnMount (for the .pl exclusion) and maybe JkMountCopy 
(for the virtual Server, if you want to inherit mounts).

http://tomcat.apache.org/connectors-doc/reference/apache.html

Regards,
Rainer

Jacob Rhoden wrote:
> Hi,
> 
> I would like to be able to configure an apache virtual host, where all 
> requests ending in .pl are served by apache, and everything else falls 
> through to tomcat. I have no idea where to start. (I normally just copy 
> and paste something into httpd.conf to setup my connector) Are there any 
> good websites on how to do this?
> 
> Thanks,
> Jacob

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org