RE: [EMAIL PROTECTED] Switching between HTTP and HTTPS using Rewrite Module, where Mod Proxy used for other purpose.

2006-06-15 Thread Anil Dighade
HTTP and HTTPS using Rewrite Module, where Mod Proxy used for other purpose. Hello, On 6/15/06, Anil Dighade <[EMAIL PROTECTED]> wrote: > I am trying to Switch protocol between HTTP and HTTPS using Rewrite Module. Little background before I start problem. I use Apache as web sever(on 182.2

Re: [EMAIL PROTECTED] Switching between HTTP and HTTPS using Rewrite Module, where Mod Proxy used for other purpose.

2006-06-15 Thread Rainer Sokoll
On Thu, Jun 15, 2006 at 02:56:27PM +0530, Anil Dighade wrote: > But this not goanna solve. As I need this work out for selective page to be > displayed as HTTPS. I am using reverse proxy for redirection. Also below > redirection will redirect all requests to HTTPS, but I need it only for > selecti

RE: [EMAIL PROTECTED] Switching between HTTP and HTTPS using Rewrite Module, where Mod Proxy used for other purpose.

2006-06-15 Thread Anil Dighade
Anil -Original Message- From: Rainer Sokoll [mailto:[EMAIL PROTECTED] Sent: Thursday, June 15, 2006 1:33 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Switching between HTTP and HTTPS using Rewrite Module, where Mod Proxy used for other purpose. On Thu, Jun 15, 2006 at 12:57:11PM +

Re: [EMAIL PROTECTED] Switching between HTTP and HTTPS using Rewrite Module, where Mod Proxy used for other purpose.

2006-06-15 Thread Krist van Besien
Hello, On 6/15/06, Anil Dighade <[EMAIL PROTECTED]> wrote: I am trying to Switch protocol between HTTP and HTTPS using Rewrite Module. Little background before I start problem. I use Apache as web sever(on 182.24.116.157) and Weblogic(on 182.24.226.59) as application sever. So all my code d

Re: [EMAIL PROTECTED] Switching between HTTP and HTTPS using Rewrite Module, where Mod Proxy used for other purpose.

2006-06-15 Thread Rainer Sokoll
On Thu, Jun 15, 2006 at 12:57:11PM +0530, Anil Dighade wrote: > http://182.24.116.157:7333/godzilla/iscmypage should be rewritten as > https://182.24.116.157:7334/godzilla/iscmypage I simply use RedirectMatch permanent: ServerName webmail.sokoll.com ErrorLog /var/log/httpd/webmail_error_log

[EMAIL PROTECTED] Switching between HTTP and HTTPS using Rewrite Module, where Mod Proxy used for other purpose.

2006-06-15 Thread Anil Dighade
Hi All, I am trying to Switch protocol between HTTP and HTTPS using Rewrite Module. Little background before I start problem. I use Apache as web sever(on 182.24.116.157)  and Weblogic(on 182.24.226.59)  as application sever. So all my code deployed in weblogic server. Apache simply redire