Tom: Apache Virtual Hosts bei WAMPP auf Win XP, Lösung

Beitrag lesen

Hello,

Lösung gefunden:

Uner Windows verlangt der Apache die explizite Angabe von Dateien für die Logs

#----------------------------------------
NameVirtualHost *:80

<VirtualHost *:80>
    ServerAdmin webmaster@domain.lan
    DocumentRoot "C:/Programme/xampp/virthosts/domain.lan/htdocs"
    ServerName domain.lan
    ServerAlias www.domain.lan

<Directory "C:/Programme/xampp/virthosts/domain.lan/htdocs">
        Order Allow,Deny
        Allow from all
        Options All
        AllowOverride All
    </Directory>

ErrorLog "C:/Programme/xampp/virthosts/domain.lan/logs/error.log"
    CustomLog "C:/Programme/xampp/virthosts/domain.lan/logs/access.log" combined
</VirtualHost>
#---------------------------------------

So mag der Apache wieder starten.

Ein harzliches Glückauf

Tom vom Berg

http://bergpost.annerschbarrich.de
.

--
Nur selber lernen macht schlau