[users@httpd] Decompress requests using mod_deflate and uset Content-Encoding header

2015-03-09 Thread Dennis.Lunardi
Hi, I have some problems using mod_deflate to decompress requests. I am using a apache 2.4 as a reverse proxy on Red Hat Enterprise Linux Server release 6.4 (Santiago). Within this apache I have to decompress requests and compress the answers. To do this for some specific requests I defined a

Re: [users@httpd] Decompress requests using mod_deflate and uset Content-Encoding header

2015-03-09 Thread James Smith
Wrong header... RequestHeader unset Accept-Encoding is the way to stop the backend compressing the request... On 09/03/2015 14:57, dennis.luna...@t-systems.com wrote: Hi, I have some problems using mod_deflate to decompress requests. I am using a apache 2.4 as a reverse proxy on Red Hat

Re: [users@httpd] Example Apache reverse proxy configuration for HTTPS frontend and several HTTP backends

2015-03-09 Thread A M
Hello, thanks to the comments of Igor, I was able to overcome the HTTPS redirection to the initial page of the right backend server, with one modification: Igor's recipe included advice on how to set up the correct VirtualHost blocks using the wildcard *.example.com key/cert pair. This worked.

Re: [users@httpd] Example Apache reverse proxy configuration for HTTPS frontend and several HTTP backends

2015-03-09 Thread Igor Cicimov
On 10/03/2015 4:13 AM, A M amm.pr...@gmail.com wrote: Hello, thanks to the comments of Igor, I was able to overcome the HTTPS redirection to the initial page of the right backend server, with one modification: Igor's recipe included advice on how to set up the correct VirtualHost blocks

Re: [users@httpd] Example Apache reverse proxy configuration for HTTPS frontend and several HTTP backends [SOLVED]

2015-03-09 Thread A M
Thanks to the hints provided by Igor Cicimov, I was able to set up the desired configuration. Just in case someone might find it useful, am citing here the full recipe. Cheers - Andy. Given: -- 1. Three public names, apachefrontend.example.com, appserver1.example.com and

[users@httpd] 答复: [users@httpd] Example Apache reverse proxy configuration for HTTPS frontend and several HTTP backends

2015-03-09 Thread 吴昊
Hello experts, pls correct me if im wrong. Im still a noob on apache http I think the main reason causing vhost overlap on port 443 error is that ssl vhost is ip-based if you don’t enabled sni (means no --with-ssl during compile) that makes you have to use different ip or port on each and

Re: [users@httpd] Example Apache reverse proxy configuration for HTTPS frontend and several HTTP backends

2015-03-09 Thread A M
Hello Jeff, this is what happens: [root@www httpd]# service httpd start Starting httpd: [Mon Mar 09 09:51:53 2015] [warn] module headers_module is already loaded, skipping [Mon Mar 09 09:51:53 2015] [warn] module proxy_html_module is already loaded, skipping [Mon Mar 09 09:51:53 2015] [warn]

Re: [users@httpd] Example Apache reverse proxy configuration for HTTPS frontend and several HTTP backends

2015-03-09 Thread Igor Cicimov
On 09/03/2015 8:01 PM, A M amm.pr...@gmail.com wrote: Hello Jeff, this is what happens: [root@www httpd]# service httpd start Starting httpd: [Mon Mar 09 09:51:53 2015] [warn] module headers_module is already loaded, skipping [Mon Mar 09 09:51:53 2015] [warn] module proxy_html_module is