Re: [us...@httpd] Rewrite the redirected URL..

2009-08-31 Thread Krist van Besien
On Mon, Aug 31, 2009 at 5:46 PM, pe uni wrote: > How do I change the URL to be https://apacheproxy.com/SO/createsalesorder > instead of http://webapplication.com/SO/createsalesorder That is what ProxyPassReverse does. Krist -- krist.vanbes...@gmail.com kr...@vanbesien.org Bremgarten b. Bern

[us...@httpd] Rewrite the redirected URL..

2009-08-31 Thread pe uni
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. E