[users@httpd] Re: modifying Location header

2015-10-31 Thread Hleb Valoshka
On 10/30/15, Christopher Schultz wrote: > Consider using a separate for your HTTPS traffic, like this: > > lb:80 --> httpd:80 > lb:443 --> httpd:81 > > httpd:81 is not encrypted, but it's configured to behave as if it is. Christopher thanks for you answer, but

Re: [users@httpd] modifying Location header

2015-10-30 Thread Hleb Valoshka
On 10/29/15, John Iliffe wrote: >> Is it possible to modify Location using mod_headers? I want to replace >> http:// with https:// but Header edit http://(.*) https://$1 does not >> work, neither with always. unset and set don't work as well, only add >> works. >> > > Why

[users@httpd] modifying Location header

2015-10-29 Thread Hleb Valoshka
Hi! Is it possible to modify Location using mod_headers? I want to replace http:// with https:// but Header edit http://(.*) https://$1 does not work, neither with always. unset and set don't work as well, only add works. - To

Re: [users@httpd] modifying Location header

2015-10-29 Thread Hleb Valoshka
On 10/29/15, Rainer Jung <rainer.j...@kippdata.de> wrote: > Am 29.10.2015 um 10:11 schrieb Hleb Valoshka: >> Hi! >> >> Is it possible to modify Location using mod_headers? I want to replace >> http:// with https:// but Header edit http://(.*) https://$1 does not &g