Hi, I'm trying to do the following proxy reverse, but it doesn't working. ProxyPreserveHost On ProxyPass "/webserviceabc?wsdl" "http://localhostort/webserviceabc.wsdl ProxyPassReverse "/webserviceabc?wsdl" "http://localhostort/webserviceabc.wsdl It's looks like the apache doesn't read "?" ... Is there other way to do this proxy? Tks