Re: AW: [us...@httpd] Problems with mod_ssl and mod_proxy

2009-12-08 Thread André Warnier
Jan Luca Naumann wrote: Some additional tips : You also need a line Listen :443 ... NameVirtualHost :443 :443> Start Apache. Open a command window, and enter : netstat -an | more You should see a line like : TCP:4430.0.0.0:0 ABHÖREN do you ? Is the Windows fir

AW: [us...@httpd] Problems with mod_ssl and mod_proxy

2009-12-08 Thread Jan Luca Naumann
mod_ssl and mod_proxy > -Original Message- > From: Jan Luca Naumann [mailto:j...@naumannsfamily.de] > Sent: Tuesday, December 08, 2009 3:53 PM > To: users@httpd.apache.org > Subject: [us...@httpd] Problems with mod_ssl and mod_proxy > > Hallo, > > I have a problem

RE: [us...@httpd] Problems with mod_ssl and mod_proxy

2009-12-08 Thread Boyle Owen
> -Original Message- > From: Jan Luca Naumann [mailto:j...@naumannsfamily.de] > Sent: Tuesday, December 08, 2009 3:53 PM > To: users@httpd.apache.org > Subject: [us...@httpd] Problems with mod_ssl and mod_proxy > > Hallo, > > I have a problem with Apache S

[us...@httpd] Problems with mod_ssl and mod_proxy

2009-12-08 Thread Jan Luca Naumann
Hallo, I have a problem with Apache Server (Apache/2.2.14 (Win32) mod_ssl/2.2.14 OpenSSL/0.9.8k): I want to set up that the server controll a client-cert and, if it is OK, connect with a ProxyPass to the right server. The config: LoadModule actions_module modules/mod_actions.so LoadModule ali