Hi,

I'm trying to configure an Apache server (1.3.22) with IPv6 enabled.
With just only one web site everithing worked fine.

Problems arised when I tried to have some virtual hosts: 1 IP - various
names

I tried the standar IPv4 configguration, but it doesn't work.
Is there some kind of special tip for IPv6?

I put:

NameVirtualHost 192.168.11.3

# first web
<VirtualHost 192.168.11.3>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /var/www/1web
    ServerName www1.nowhere.com
    ErrorLog /var/www/1web/logs/webError.log
    CustomLog /var/www/1web/logs/webAccess.log combined
</VirtualHost>

# second web
<VirtualHost 192.168.11.3>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /var/www/2web
    ServerName www2.nowhere.com
    ErrorLog /var/www/2web/logs/webError.log
    CustomLog /var/www/2web/logs/webAccess.log combined
</VirtualHost>

NOTE 1.- The use of NameVirtualHost * and <VirtualHost *>, doesn't work, the
apachectl configtest returns an error.
NOTE 2.- Should i leave the Documentroot the same? or comment it?

Should I create an IPv6 NameVirtualHost and VirtualHost?

Thanks in advance.

Alvaro.



***********************************************************
Madrid 2002 Global IPv6 Summit
See all the documents on line at:
www.ipv6-es.com




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to