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
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
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
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