Apache Rewrite and JkMount

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I have the following Rewrite config, to pass requests through Apache to Tomcat using AJP:

RewriteEngine on
RewriteRule ^/abc - [L,PT]
RewriteRule (.*) /abc$1 [L,PT]

JkMount /abc/* node1

This works, to the point that requests to http://sitename/ are rewritten to http://sitename/abc ... and the JkMount directive finds a match, and passes the request off to a worker.

However, I need JkMount to preserve the rewritten URI and it doesn't appear to be doing that.

A request to http://sitename/ gets rewritten to http://sitename/abc ... but, goes to the worker as http://sitename/

Does anyone know how I can preserve the rewritten URI when passing to the worker?


Thanks,
Phil

--
Philip Hunt
System Administrator
Straker Software
phone: +64 28 899 4802
email: philip.hunt@xxxxxxxxxxxxxxxxxxx
web: http://www.shadocms.com

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux