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
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 fu
redirect it to
https://localhost:443/hsbc. We cannot directly redirect the SSL requests
to Apache 1.3
because we have to use the upgraded modules present at apache 2.2 and
not 1.3.
Please help how could I redirect the http request to https as mentioned
aforesaid.
Regards,
Tarun Narang
Hi Guys
I have to completely replace the Apache 1.3 HTTP server with Apache 2.2.
In Apache 1.3 modules like mod_fastcgi, mod_perl and mod_oprocmgr are
present.
Now I just wanted to confirm two things,
1) If our application does not use any CGI or perl scripts, Is it
necessary to have the