Forum Moderators: phranque

Message Too Old, No Replies

Proxypass Reverse read "?"

         

bruno_avi

8:07 pm on Sep 27, 2012 (gmt 0)

10+ Year Member



Hi,

I'm trying to do this proxy:

ProxyPreserveHost On
ProxyPass "/?wsdl" "http://host:port/?wsdl"
ProxyPassReverse "/?wsdl" "http://host:port/?wsdl"

But its like that apache don't read the "?". Is there other way to do this proxy?

Hope I was clear.

Tks

phranque

10:30 pm on Sep 27, 2012 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



welcome to WebmasterWorld, bruno_avi!

http://httpd.apache.org/docs/current/mod/mod_proxy.html#proxypass
The path is the name of a local virtual path; url is a partial URL for the remote server and cannot include a query string.


you might be able to make this work using the proxy flag with the RewriteRule Directive:
http://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewriterule