Re: [us...@httpd] Redirecting request from HTTP to HTTPS

2009-04-20 Thread Krist van Besien
On Tue, Apr 21, 2009 at 6:48 AM, Tarun Narang wrote: > By using the rewrite engine rule and the proxy settings specified below, > I am able to receive the entire http request to https. Please have a > look and let me know, I understood you correctly or not this time. > > LoadModule proxy_module m

RE: [us...@httpd] Redirecting request from HTTP to HTTPS

2009-04-20 Thread Tarun Narang
Tarun -Original Message- From: Krist van Besien [mailto:krist.vanbes...@gmail.com] Sent: Monday, April 20, 2009 8:34 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Redirecting request from HTTP to HTTPS On Mon, Apr 20, 2009 at 1:50 PM, Tarun Narang wrote: > Hi Krist > &g

Re: [us...@httpd] Redirecting request from HTTP to HTTPS

2009-04-20 Thread Krist van Besien
On Mon, Apr 20, 2009 at 1:50 PM, Tarun Narang wrote: > Hi Krist > > Thanks Krist, I got your point. I have the impression you didn't. > Now, If I remove the proxy and go for redirect. In that case, how could > I redirect the http request to https://localhost:4430/hsbc which should > redirect it

RE: [us...@httpd] Redirecting request from HTTP to HTTPS

2009-04-20 Thread Tarun Narang
have to use the upgraded modules present at apache 2.2 and not 1.3. Regards Tarun -Original Message- From: Krist van Besien [mailto:krist.vanbes...@gmail.com] Sent: Monday, April 20, 2009 4:29 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Redirecting request from HTTP to HTTPS

Re: [us...@httpd] Redirecting request from HTTP to HTTPS

2009-04-20 Thread Krist van Besien
On Mon, Apr 20, 2009 at 6:47 AM, Tarun Narang wrote: > Please help how could I redirect the http request to https as mentioned > aforesaid. First you need to make clear to us if you want to "redirect" requests, or if you want to "proxy" them. These two things are fundamentally different. You u

Re: [us...@httpd] Redirecting request from HTTP to HTTPS

2009-04-19 Thread Scott Gifford
"Tarun Narang" writes: > How could I redirect all my requests for http to https ? Hello Tarun, We use RedirectMatch for this. See: http://httpd.apache.org/docs/2.0/mod/mod_alias.html#redirectmatch > However, I have to redirect the non SSL request to SSL request, like when the > user requ