RE: [EMAIL PROTECTED] Redirect HTTPS --> HTTP

2007-12-02 Thread Matt Bullock
L] Thanks, Matt -Original Message- From: Krist van Besien [mailto:[EMAIL PROTECTED] Sent: Saturday, December 01, 2007 2:23 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Redirect HTTPS --> HTTP On Nov 30, 2007 9:27 PM, Matt Bullock <[EMAIL PROTECTED]> wrote: >

RE: [EMAIL PROTECTED] Redirect HTTPS --> HTTP

2007-11-30 Thread Matt Bullock
leads as to what to try next. Thanks for your help, Matt -Original Message- From: Krist van Besien [mailto:[EMAIL PROTECTED] Sent: Friday, November 30, 2007 11:44 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Redirect HTTPS --> HTTP On Nov 30, 2007 7:51 PM, Matt Bullo

RE: [EMAIL PROTECTED] Redirect HTTPS --> HTTP

2007-11-30 Thread Matt Bullock
007 9:10 PM, Matt Bullock <[EMAIL PROTECTED]> wrote: > > Here are the rules I am using: > > > > > > > > RewriteCond {SERVER_PORT} !=81 > > RewriteCond %{REQUEST_URI} ^/scripts/vendor/new_package\.php$ > > RewriteRule ^.*$ https://www.domain.com%{REQ

RE: [EMAIL PROTECTED] Redirect HTTPS --> HTTP

2007-11-30 Thread Matt Bullock
Message- From: Krist van Besien [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 28, 2007 2:46 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Redirect HTTPS --> HTTP On Nov 28, 2007 9:10 PM, Matt Bullock <[EMAIL PROTECTED]> wrote: > I can't seem to get the r

[EMAIL PROTECTED] Redirect HTTPS --> HTTP

2007-11-28 Thread Matt Bullock
Thanks everyone for helping me with my redirect problems using a hardware load balancer. I have redirects from http to https working perfectly, but now I can't seem to get the https back to http working. Here are the rules I am using: RewriteCond {SERVER_PORT} !=81 RewriteCond %{REQU

RE: [EMAIL PROTECTED] Redirect to HTTPS using Load Balancer/SSL Offload

2007-11-23 Thread Matt Bullock
ldcard SSL cert and redirect to https://secure.*.tld:/patcha/patchb/file then make your determination based on the hostname. The extra $100 cert is a lot less expensive than Radware AppXcel for sure. On Fri, 23 Nov 2007, Matt Bullock wrote: > Date: Fri, 23 Nov 2007 18:06:12 -0800 > From: Matt B

RE: [EMAIL PROTECTED] Redirect to HTTPS using Load Balancer/SSL Offload

2007-11-23 Thread Matt Bullock
D] Redirect to HTTPS using Load Balancer/SSL Offload > > On Nov 23, 2007 7:59 PM, Matt Bullock <[EMAIL PROTECTED]> wrote: >> Thanks for the reply. The redirect loops the requested page never comes >> up. The log prints the same thing over and over. > > You said

RE: [EMAIL PROTECTED] Redirect to HTTPS using Load Balancer/SSL Offload

2007-11-23 Thread Matt Bullock
PROTECTED] Redirect to HTTPS using Load Balancer/SSL Offload On Nov 24, 2007 1:17 AM, Matt Bullock <[EMAIL PROTECTED]> wrote: > Any help would be greatly appreciated. Could you tell us what your problem is? According to the rewritelog excerpt you gave us that server is doing exactly what yo

[EMAIL PROTECTED] Redirect to HTTPS using Load Balancer/SSL Offload

2007-11-23 Thread Matt Bullock
I was hoping someone could help me with a redirect problem. We are using a load balancer in front of our apache22 servers that also provides SSL offloading. Apache only runs on port 80, and doesn't know anything about 443. When a client asks for a specific page, I want to redirect them to the se