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 every
On 10/03/2015 4:13 AM, "A M" 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
> using the
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 "appserver
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. He
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
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 l
On 09/03/2015 8:01 PM, "A M" 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 already
lo
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] modu