Re: [users@httpd] Load Balancer with HTTPS

2011-03-08 Thread Christian Pascher
So if I only want that people can access http://example.com and https://example.com and all the subpages I don't need it? (I don't have any redirect statement in my configs) If I would activate RequestHeader set Front-End-Https "On" I need all the SSL config stuff also at the back end servers?

Re: [users@httpd] Load Balancer with HTTPS

2011-03-08 Thread Christian Pascher
Is this necessary? I would also have to configure HTTPS also on the back end servers, if I use this? I thought, the web browser already uses a secure connection to the load balancer, so i don't need HTTPS at the back end. Am 2011-03-08 22:50, schrieb Daniel Holth: The header allows a properly c

[users@httpd] Load Balancer with HTTPS

2011-03-08 Thread Christian Pascher
Hi, I have a Apache Webserver with 2 Apache Backend-Servers. It is possible to access webpages over HTTPS (configured on the loadbalancer). It all works very well but yesterday I read something about changing the HTTP-Header: RequestHeader set Front-End-Https "On" Do I need this? Regards,

Re: [users@httpd] Apache Reverse Proxy

2011-01-21 Thread Christian Pascher
So, if I want to provide HTTPS connections, it is possible to use a Apache Server as loadbalancer? And how do I configure that? Chris Am 19.01.2011 23:44, schrieb Jeroen Geilman: On 1/18/11 10:29 PM, Christian Pascher wrote: Hi, I have a topology with two apache webservers. I want to set up

[users@httpd] Apache Reverse Proxy

2011-01-18 Thread Christian Pascher
Hi, I have a topology with two apache webservers. I want to set up a new server as a reverse proxy with caching and load balancing. As far as I know, this works fine with apache and I don't need extra software like squid. Am I right? Is it possible, that the servers can use both, HTTP and HTT