Re: [users@httpd] mod_rewrite and mod_jk

2011-04-03 Thread Dirk Schaare
that anything URL with > the prefix "/tomcat/*" will be passed to tomcat. > > It seems to work fine. Those URLs do end up being handled by tomcat. > > -- Greg > > On 4/3/2011 3:42 PM, Dirk Schaare wrote: >> what about your workers.properties file? >>

Re: [users@httpd] mod_rewrite and mod_jk

2011-04-03 Thread Dirk Schaare
what about your workers.properties file? > JkMount /tomcat/* ajp13 looks pretty unusual to me Cheers, Dirk On 03.04.2011, at 19:37, Greg Allen wrote: > I am trying to use mod_rewrite to rewrite URLs coming into my server and have > the resulting value from mod_rewrite processed by mod_jk. He

[users@httpd] multiple apache instances with mod_jk or mod_proxy - bind to virtual interface

2011-03-13 Thread Dirk Schaare
Dear all, we would like to run multiple Apache 2.2 instances as frontend / proxy to separate concerns of different applications and clients. The idea was to run a separate Apache configured to listen exclusively on a virtual interface, e.g eth1:10, eth0:11, etc. for each Tomcat backend server.