You want anything with 'crypt' in the url to be redirected, but
everything else sent through reverse proxy, correct (although that
does not make much sense)? The ProxyPass is handled first, so use
RewriteRule w/[P] instead. Also I am a bit confused on the localhost
below, is that just a placehol
> -Original Message-
> From: Anil Dighade [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 20, 2006 11:44 AM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Switching between HTTP and HTTPS
>
>
> Owen,
> I tried with all the flags [L],[
ROTECTED]
Sent: Tuesday, June 20, 2006 2:19 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Switching between HTTP and HTTPS
> -Original Message-
> From: Anil Dighade [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 20, 2006 10:28 [EMAIL PROTECTED]
> To: users@htt
> -Original Message-
> From: Anil Dighade [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 20, 2006 10:28 [EMAIL PROTECTED]
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Switching between HTTP and HTTPS
>
>
> Hi all,
> Thanks to everyone who re
--Original Message-
From: Matus UHLAR - fantomas [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 20, 2006 1:16 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Switching between HTTP and HTTPS
On 19.06.06 19:19, Anil Dighade wrote:
> Can anybody tell me how to implement switching bet
On 19.06.06 19:19, Anil Dighade wrote:
> Can anybody tell me how to implement switching between HTTP and HTTPS. As
> read from various sources, this should be done using qualified URL from
> code. But is it possible in Apache to configure such switching depending on
> URL string. For eg. if I enter
On Mon, Jun 19, 2006 at 07:19:14PM +0530, Anil Dighade wrote:
> http://localhost:7333/docrypt.jsp then I should be forwarded to
> https://localhost:7334/docrypt.jsp
Not tested, but
RedirectMatch permanent ^/docrypt.jsp$ https://localhost:7334/docrypt.jsp
should do the job.
Rainer
--
Hi All,
Can anybody tell me how to implement switching between HTTP and HTTPS. As
read from various sources, this should be done using qualified URL from
code. But is it possible in Apache to configure such switching depending on
URL string. For eg. if I enter "crypt" word in my url, then on iden
entry
for this access. I need \bas\BIRGetMyPAge.do to work.
Any Comments
Regards,
DAnil
-Original Message-
From: Krist van Besien [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 15, 2006 2:28 PM
To: users@httpd.apache.org; [EMAIL PROTECTED]
Subject: Re: [EMAIL PROTECTED] Switching between
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
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 +
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
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
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
14 matches
Mail list logo