Virtual Hosts
Jeg har installeret WAMPserver på XP-maskine til lokalt brug og har problemer med opsætningen af Virtual Hosts i Apache.Jeg har følgende opsætning i hhv httpd.conf og httpd-vhosts.conf:
HTTPD.CONF
ServerRoot "c:/wamp/bin/apache/apache2.2.8"
Listen 80
User daemon
Group daemon
ServerAdmin admin@localhost
ServerName localhost:80
DocumentRoot "c:/wamp/www/"
ErrorLog "c:/wamp/logs/apache_error.log"
LogLevel warn
DefaultType text/plain
Include conf/extra/httpd-autoindex.conf
Include conf/extra/httpd-vhosts.conf
Include "c:/wamp/alias/*"
HTTPD-VHOSTS.CONF
NameVirtualHost *:80
<VirtualHost *:80>
DocumentRoot C:/wamp/www/mmdok/dok
ServerName localmmdok
</VirtualHost>
<VirtualHost *:80>
DocumentRoot C:/wamp/www/wx3660/instrumenter
ServerName localwx3660
</VirtualHost>
Nogen der kan se, hvor kæden er hoppet af?