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

2007-11-24 Thread Krist van Besien
On Nov 24, 2007 7:06 AM, Matt Bullock [EMAIL PROTECTED] wrote: The logs show the correct url, so all I need is to somehow let apache know not to rewrite if this is the case - Indeed apache needs more info. Either you need to find out if your loadbalancer can set extra headers on https

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

2007-11-24 Thread Sander Temme
On Nov 23, 2007, at 10:06 PM, Matt Bullock wrote: I was hoping there would be a way to let apache know the url being requested was https://...;. Here is a log when I navigate to a https page: There is. Here's what you do: Set up two virtual hosts. One to catch unencrypted port 80

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

2007-11-23 Thread Brian A. Seklecki
] 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 the LB does SSL offload. You haven't given apache

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 you told

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

2007-11-23 Thread Matt Bullock
request. Matt -Original Message- From: Brian A. Seklecki [mailto:[EMAIL PROTECTED] Sent: Friday, November 23, 2007 5:36 PM To: Eric Covener Cc: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Redirect to HTTPS using Load Balancer/SSL Offload Radware has some nice header rewriting

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

2007-11-23 Thread Brian A. Seklecki
:12 -0800 From: Matt Bullock [EMAIL PROTECTED] Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Redirect to HTTPS using Load Balancer/SSL Offload Eric, That definitely seems like the reason the redirect keeps looping. Every example I have seen has

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

2007-11-23 Thread Matt Bullock
. Matt -Original Message- From: Brian A. Seklecki [mailto:[EMAIL PROTECTED] Sent: Friday, November 23, 2007 6:16 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Redirect to HTTPS using Load Balancer/SSL Offload You could use a wildcard SSL cert and redirect to https://secure

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

2007-11-23 Thread Krist van Besien
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 you told it to do, redirecting clients requesting /dir1/dir2/file.php to

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

2007-11-23 Thread Eric Covener
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 the LB does SSL offload. You haven't given apache any way to distinguish when someone hits the LB