Philip Hunt (Straker Software) wrote:
Hi,


Hello,

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

just curious, why not using mod_proxy_ajp ?


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.h...@strakersoftware.com <mailto:philip.h...@strakersoftware.com>
web: http://www.shadocms.com


--
No trees were killed in the creation of this message.
However, many electrons were terribly inconvenienced.

<<attachment: jcigar.vcf>>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to