Re: [users@httpd] mod_rewrite and mod_jk

2011-04-03 Thread Dirk Schaare
Greg, I don't know exactly what happens within that rewrite.pl, but what makes me feel curious was the "ajp13" as your JkMount target. My workers.properties file looks pretty different: # list of workers

Re: [users@httpd] mod_rewrite and mod_jk

2011-04-03 Thread Greg Allen
My workers.properties file: [channel.socket:localhost:8009] port=8009 host=127.0.0.1 [ajp13:localhost:8009] channel=channel.socket:localhost:8009 Why does the JkMount look "unusual" to you? Just the "tomcat"? That's just a URL I am using for my testing. My understanding is that anything URL

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] mod_rewrite and mod_jk

2011-04-03 Thread Greg Allen
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. Here's the relevant section of my httpd.conf file: DocumentRoot /home/webadmin/localhost/html SuexecUserGroup webadmin webadmin ServerAdmin "webadmin@locahos