Problem:

Wer kennt diese Warnung bei einem Apache-Restart nicht?

[warn] NameVirtualHost *:80 has no VirtualHosts

Erklärung:

Die Anweisung 'NameVirtualHost *:80' (egal ob mit oder ohne IP) darf innerhalb der Apache-Configuration je IP & Port nur einmal vorkommen!
In einer standard-Installation von Confixx steht diese Zeile aber jeweils in httpd.conf und confixx_vhost.conf.

Lösung:

Da confixx_vhost.conf automatisch geschrieben wird, wird die Zeile einfach in httpd.conf auskommentiert.
Das selbe Problem stellt sich übrigends bei Webmin. Hier wird die Zeile auch jedesmal in die Config-Datei (bei mir webmin_vhost.conf) eingetragen. Wer VirtualHost sowohl mit Confixx und Webmin verwaltet hat demnach Pech!

Getestet ist diese Lösung übrigends unter Apache 1.3.x und 2.0.48.

Kategorien:

Stichwörter:

apache · confixx · webmin · namevirtualhost · virtualhosts · warn ·