Hi guys,

I'm trying to rewrite outgoing url as follows:

incoming to apache                   ---> http://myhost.com/aaaa/folder
rewriten to                                ----> http://myhost.com/folder
then forwarded to load balancer mod_jk  ----> /folder/*  loadbalancer
(geronimo servers)

the outgoing response  rewritten          ----> /folder/ http://myhost/aaaa
/folder

I've tried a combination of mod_jk and mod_rewrite, this works but I want
now to add an instance like this:

incoming to apache                   ---> http://myhost.com/bbbb/folder
rewritten to                                     ---->
http://myhost.com/folder
then forwarded to load balancer mod_jk  ----> /folder/*  loadbalancer
(Different geronimo servers)

the outgoing response  rewritten          ----> /folder/ http://myhost/bbbb
/folder

Any ideas?

Thanks,
Gabriel

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to