Re: [Ilugc] Doubt in Apache Proxy setup

2009-02-18 Thread Bhuvaneswaran A
On Tue, Feb 17, 2009 at 5:18 PM, Dinesh Kumar wrote: > my target > > http://localhost/ forward proxy to > http://192.168.1.1:8080/ > > https://localhost:443/ forward proxy to > https://192.168.1.1:8443/ > I think you may also want to handle reverse proxying from 192.168

[Ilugc] Doubt in Apache Proxy setup

2009-02-17 Thread Dinesh Kumar
Reader, In our Application, we use https for sure payment. Through Apache proxy i am redirecting the http request but while coming to https , request does not reach to proxy itself. so i thought to install ssl in proxy server to handle the request and redirect .. is it right ? Same