Apache & SSL
Stefan Pump
lug at jspweb.net
Fri Oct 14 17:16:02 CEST 2005
Hallo Jörg
>Wenn ich das mache, kommen beim Check zwei Fehler:
>
>h9804:/etc/apache2/sites-enabled# apache2ctl -t
>[Fri Oct 14 16:41:09 2005] [error] VirtualHost 81.169.132.49:443 --
>mixing * ports and non-* ports with a NameVirtualHost address is not
>supported, proceeding with undefined results
>[Fri Oct 14 16:41:09 2005] [error] VirtualHost 81.169.132.49:80 --
>mixing * ports and non-* ports with a NameVirtualHost address is not
>supported, proceeding with undefined results
>Syntax OK
Schau einmal in der listen.conf nach, dass dort
kein "NameVirtualHost *" vorkommt, also zB:
#NameVirtualHost *
NameVirtualHost 192.168.1.2:80
NameVirtualHost 192.168.1.2:443
Das hat mich schon mal Tage gekostet.
Gruß,
Stefan
--
JSP-Web Stefan Pump
http://www.jsp-web.de
More information about the Linux
mailing list