PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Apache (internal dummy connection)



NiveaGirl82
12.06.08, 08:13
Hallo zusammen,

ich habe gestern mein Server gewechselt und wie beim alten Server finde ich in der access.log vom apache2 folgende Meldung:

127.0.0.1 - - [12/Jun/2008:09:05:48 +0200] "GET / HTTP/1.0" 200 - "-" "Apache (internal dummy connection)"

Auf mein alten Server habe ich das Problem gelöst, in dem ich folgendes als vhost eingetragen habe:

<virtualhost 127.0.0.1>
ServerName localhost
DocumentRoot /var/www/
</virtualhost>

<virtualhost [::1]>
ServerName localhost
DocumentRoot /var/www/
</virtualhost>

Wenn ich das aber beim neuen Server eintrage, kommt beim apache2 restarte folgende Meldung:

Forcing reload of web server (apache2)...[Thu Jun 12 09:12:47 2008] [error] (EAI 9)Address family for hostname not supported: Could not resolve host name ::1 -- ignoring!
waiting [Thu Jun 12 09:12:49 2008] [error] (EAI 9)Address family for hostname not supported: Could not resolve host name ::1 -- ignoring!
.

Hat jemand eine Idee wie ich die komische Apache (internal dummy connection) Meldung sonst noch weg bekomme?

Wäre für jeden Tipp dankbar!

Grüße
Daniela

.matthias
12.06.08, 09:49
Forcing reload of web server (apache2)...[Thu Jun 12 09:12:47 2008] [error] (EAI 9)Address family for hostname not supported: Could not resolve host name ::1 -- ignoring!

Nimm mal den unteren (ipv6-)Eintrag raus. Dein Kernel laeuft scheinbar ohne ipv6-Unterstuetzung.