Ok, trying to figure out how to fix this.

For our mod_proxy configuration we are getting sporadic double-slashes showing 
up after the ProxyPass URL. For example:

ProxyPass /myapp balancer://mybalance/myapp
ProxyPassReverse /myapp balancer://mybalance/myapp

Most of the URL's being passed are correct:

http://myhost.mydomain.com/myapp/mainpage/index.htm

however, we are seeing some strangeness with some URLs resulting in something 
like this:

http://myhost.mydomain.com/myapp//features/images/logo.gif<http://myhost.mydomain.com/myapp/features/images/logo.gif>

This is causing a 500 error when it's done like this. I am trying to figure out 
why it's doing this and how to correct.

We have tried

ProxyPass /myapp/ balancer://mybalance/myapp/
ProxyPassReverse /myapp/ balancer://mybalance/myapp/

And

ProxyPass /myapp/ balancer://mybalance/myapp
ProxyPassReverse /myapp/ balancer://mybalance/myapp

And

ProxyPass /myapp balancer://mybalance/myapp nocanon
ProxyPassReverse /myapp balancer://mybalance/myapp

We have tried some rewrite rules, but nothing is working so far. Unless we add 
to our background app to substitute // with /, we end up with these double 
slashes.

Any assist would be awesome!

Thanks,

Dream * Excel * Explore * Inspire
Jon McAlexander
Senior Infrastructure Engineer
Asst. Vice President
He/His

Middleware Product Engineering
Enterprise CIO | EAS | Middleware | Infrastructure Solutions

8080 Cobblestone Rd | Urbandale, IA 50322
MAC: F4469-010
Tel 515-988-2508 | Cell 515-988-2508

jonmcalexan...@wellsfargo.com<mailto:jonmcalexan...@wellsfargo.com>
This message may contain confidential and/or privileged information. If you are 
not the addressee or authorized to receive this for the addressee, you must not 
use, copy, disclose, or take any action based on this message or any 
information herein. If you have received this message in error, please advise 
the sender immediately by reply e-mail and delete this message. Thank you for 
your cooperation.

Reply via email to