1 Sep 2004 11:52
AW: Virtualhost
Steffen Heil <lists <at> steffen-heil.de>
2004-09-01 09:52:44 GMT
2004-09-01 09:52:44 GMT
Hi > > perhaps you need a NameVirtualHost directive > NameVirtualHost *:80 > <VirtualHost www.domainA.euro.st:80> > <VirtualHost www.domainB.euro.st:80> > <VirtualHost domainC.fr.st:80> Nearly. The NameVirtualHost directive's parameter must match the VirtualHost parameter. Remove domain names from VirtualHost and replace them with *: NameVirtualHost *:80 ... <VirtualHost *:80> ... <VirtualHost *:80> ... <VirtualHost *:80> ... OR Use your IP (NOT domain name) instead of the *s. But be sure to use the same all the time. Regards, Steffen --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe <at> httpd.apache.org " from the digest: users-digest-unsubscribe <at> httpd.apache.org For additional commands, e-mail: users-help <at> httpd.apache.org
RSS Feed