vhost funktionieren, aber Windows meldet Fehler.

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

vhost funktionieren, aber Windows meldet Fehler.

Postby nontek » 30. December 2005 19:42

Hallo,

ich hab folgendes konfiguriert.

httpd.conf

Code: Select all
NameVirtualHost 127.0.0.1:80
<VirtualHost 127.0.0.1:80>
   ServerAdmin info@domain1.de
   DocumentRoot "D:/http/xampp/htdocs"
   ServerName localhost
   <directory D:/http/xampp/htdocs>
      AllowOverride All
   </directory>
</VirtualHost>
NameVirtualHost 81.169.187.39:80
<VirtualHost 81.169.187.39:80>
   ServerAdmin info@domain1.de
   DocumentRoot "D:/http/xampp/htdocs"
   ServerName www.domain1.de
   <directory D:/http/xampp/htdocs>
      AllowOverride All
   </directory>
</VirtualHost>
NameVirtualHost 81.169.187.39:80
<VirtualHost 81.169.187.39:80>
   ServerAdmin info@domain2.de
   DocumentRoot "D:/http/xampp/htdocs2"
   ServerName www.domain2.de
   <directory D:/http/xampp/htdocs2>
      AllowOverride All
   </directory>
</VirtualHost>
NameVirtualHost 81.169.187.39:80
<VirtualHost 81.169.187.39:80>
   ServerAdmin info@domain2.de
   DocumentRoot "D:/http/xampp/htdocs2"
   ServerName domain2.de
   <directory D:/http/xampp/htdocs2>
      AllowOverride All
   </directory>
</VirtualHost>


hosts

Code: Select all
127.0.0.1       localhost
81.169.187.39       domain1.de
81.169.187.39       domain2.de


Das funktioniert auch genau so wie es soll, jedoch gibt die Ereignissanzeige von Windows bei Anwendungen folgenden Fehler 2 mal aus.

Code: Select all
The Apache service named  reported the following error:
>>> [Fri Dec 30 19:02:19 2005] [warn] NameVirtualHost 81.169.187.39:80 has no VirtualHosts.



Ist das schlimm?


Gruß
Matthias
nontek
 
Posts: 11
Joined: 15. November 2005 21:46
Location: Bad Doberan

Postby Wiedmann » 30. December 2005 22:07

NameVirtualHost 81.169.187.39:80

Diese Zeile kommt bei dir 3x vor. 2x zuviel.
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 25 guests