Hi,
My application is :
broweser ---> apache proxy----> webapplication

webapplication is expecting a URL, and based on the contents of the URL, the 
webapplication does a search for a document given in the URL and sends the 
response back. The response itself is a redirection to a different URL.
Ex: 
browser ---> https://apacheproxy.com/SO/querystring=createsalesorder
apacheproxy---> proxypass /SO http://webapplication.com/SO
                reverseproxypass /SO https://webapplication.com/SO
webapplication ---> redirects to a new page with a URL of 
http://webapplication.com/SO/createsalesorder

How do I change the URL to be https://apacheproxy.com/SO/createsalesorder 
instead of http://webapplication.com/SO/createsalesorder

Thanks for you advise.
Regards,
Pe



      

---------------------------------------------------------------------
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