You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jan Luca Naumann <ja...@naumannsfamily.de> on 2009/12/08 18:24:24 UTC

AW: AW: [users@httpd] [solved] Problems with mod_ssl and mod_proxy

Hi,

I have found the solution. A IP as ServerAlias doesn't work. When I test it with a test domainname it works.

Viele Grüße
Jan

________________________________________
Von: André Warnier [aw@ice-sa.com]
Gesendet: Dienstag, 8. Dezember 2009 17:38
An: users@httpd.apache.org
Betreff: Re: AW: [users@httpd] Problems with mod_ssl and mod_proxy

Jan Luca Naumann wrote:
>>

Some additional tips :

You also need a line

Listen <My IP>:443
...

>> NameVirtualHost <My IP>:443
>>
>> <VirtualHost <My IP>:443>


Start Apache.
Open a command window, and enter : netstat -an | more
You should see a line like :

   TCP    <My IP>:443    0.0.0.0:0              ABHÖREN

do you ?

Is the Windows firewall enabled ?
If yes, does it allow incoming connections on port 443 ?
(or turn off the firewall)



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org