Sorry, Kevin,
thought the only difference between the Request and the 302-Response
was http/https (meaning redirecting to HTTPS). I simply got you wrong.
Cheers
Gregor
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://
ache 2.2.4 so I have the edit option. Any other thoughts?
Thanks,
Kevin
-Original Message-
From: Nick Kew [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 17, 2007 7:12 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Using mod_headers to modify an existing
header
On Mon, 16 Ju
On Mon, 16 Jul 2007 22:11:28 -0400
"Joshua Slive" <[EMAIL PROTECTED]> wrote:
> I doubt that mod_headers is going to be able to modify Location.
Header edit Location ^http:// https://
(haven't checked gotchas with that)
> However, although I haven't tried it, you might be able to fix this
> with
Re: [EMAIL PROTECTED] Using mod_headers to modify an existing
header
how about mod_rewrite?
RewriteEngine On
RewriteRule ^/(.*)$ https://%{HTTP_HOST}/$1
gregor
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-
how about mod_rewrite?
RewriteEngine On
RewriteRule ^/(.*)$ https://%{HTTP_HOST}/$1
gregor
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371
--
On 7/16/07, Van Der Hart, Kevin <[EMAIL PROTECTED]> wrote:
We are terminating an SSL session on a load balancer in front of an
Apache web server. Things work fine except for a few portions of the app
running behind Apache (compiled 3rd party program which we have no
source access to) sends some 3
We are terminating an SSL session on a load balancer in front of an
Apache web server. Things work fine except for a few portions of the app
running behind Apache (compiled 3rd party program which we have no
source access to) sends some 302 redirect responses with a location
header that has http in