Apache Virtual Host problem
Posted: 2003-10-09 14:52
Hi ich bekomme folgende Fehlermeldung
Das ist meine vhosts.conf (noch im aufbau ;-) )[Thu Oct 09 14:48:55 2003] [warn] VirtualHost 81.169.156.119:80 overlaps with VirtualHost 81.169.156.119:80, the first has precedence, perhaps you need a NameVirtualHost directive
<VirtualHost 81.169.156.119:80>
ServerName 81.169.156.119
DocumentRoot /home/serverallg
</VirtualHost>
<Location /cgi-bin>
AllowOverride None
Options +ExecCGI -Includes
SetHandler cgi-script
</Location>
#Randar.de
<VirtualHost 81.169.156.119:80>
ServerName randar.de
ServerAlias http://www.randar.de
DocumentRoot /home/js-mueller
</VirtualHost>