Re: [users@httpd] apache as ssl-proxy - recommended way?

2012-05-15 Thread Jonas Eckerman
On 2012-05-14 15:26, Stefan Bauer wrote: Unfortunately we want to have several machines behind the proxy. The client should talk to the servers directly. You have to decide wich it is. Either the client talks to a proxy that talks to the server OR the client talks directly to the server.

[users@httpd] apache as ssl-proxy - recommended way?

2012-05-14 Thread Stefan Bauer
Dear Users, what is the recommended way to achive the following: Client-with-Smartphone - domain:443(Apache) -- internal server (webmail:443) We want to configure Apache2 as SSL-Proxy but are unsure which modules are required and if mod_ssl is required at all? Please bring some light into

Re: [users@httpd] apache as ssl-proxy - recommended way?

2012-05-14 Thread Giles Coochey
On 14/05/2012 13:17, Stefan Bauer wrote: Dear Users, what is the recommended way to achive the following: Client-with-Smartphone - domain:443(Apache) -- internal server (webmail:443) You can install Apache on a system to strip the SSL layer, but in the diagram above it appears that your

AW: [users@httpd] apache as ssl-proxy - recommended way?

2012-05-14 Thread Stefan Bauer
-Ursprüngliche Nachricht- Von:Giles Coochey gi...@coochey.net Gesendet: Mo 14.05.2012 14:45 Betreff:Re: [users@httpd] apache as ssl-proxy - recommended way? Anlage: untitled An: users@httpd.apache.org; On 14/05/2012 13:17, Stefan Bauer wrote: Dear Users, what

Re: AW: [users@httpd] apache as ssl-proxy - recommended way?

2012-05-14 Thread Giles Coochey
On 14/05/2012 14:26, Stefan Bauer wrote: thank you for your answer. Unfortunately we want to have several machines behind the proxy. So if i understood you correctly, mod_ssl is required for mod_proxy even though we _only_ want to forward specific requests like .. ? domain:443/webmail --