[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apache2's handling of IP version 6



Thanks, Stan

> 
> Did you see, on the page that Stan sent you that you need a
> "VirtualHost" stanza for ipv6:
> <VirtualHost 74.86.48.99>
> <VirtualHost [2607:f0d0:1002:11::4]>
> or
> <VirtualHost 74.86.48.99 [2607:f0d0:1002:11::4]>
> 
> (Also, "Listen 80" covers both ipv4 and ipv6.)
> 

I changed ports.conf as described on the previous mailing.
And 
I changed files in /etc/apache2/sites-available/ as follows:
Concerning *80, as follows:
NameVirtualHost a.b.c.d:80
NameVirtualHost [pppp:qqqq:....:rrrr]:80
<VirtualHost a.b.c.d:80 [pppp:qqqq:....:rrrr]:80>
....
And
Concerning *443, as follows:
NameVirtualHost a.b.c.d:443
NameVirtualHost [pppp:qqqq:....:rrrr]:443
<VirtualHost a.b.c.d:443 [pppp:qqqq:....:rrrr]:443>
....

But the phenomena are same, that is,
When booting my PC, apache2 failed to start.
And when I executed the following:
# /etc/init.d/apache2 restart
apache2 started successfully with the dual stack.

Why this phenomena happens ?


Satoru


Reply to: