Hi,
Tom H
>
> >> All that you really need for ipv6 is the "::1 ..." line. Having one
> >> line less on your X-less box won't make a difference.
> >>
> >> Is this your entire "/etc/hosts"? Don;t you have any ipv4 settings?!
> >
> > The entire text is the following:
> >
> > 127.0.0.1 localhos
Hi,
Tom H
>
> Does ipv6 come up cleanly if you do a soft or hard restart of apache
> in rc.local?
>
I can't understand "a soft or hard restart".
But I examined as follows:
..Case 1..
I editted /etc/rc.local as follows: (Do I have to add "exit 0" at end ?)
#!/bin/sh -e
#
# rc.local
#
# This
Hi,
Stan
>
> The problem in this thread is but one of many that can/will result from
> using dynamic IP assignment with servers. If the OP had mentioned his
> use of dynamic IP up front he would have saved himself, and the rest of
> us, much time.
>
Pardon me.
I did not understand that dynamic
Hi,
I'm initiator of this thread.
> On Thu, Oct 04, 2012 at 04:53:23AM +0900, Satoru Otsubo wrote:
> > Syntax error on line 2 of /etc/apache2/ports.conf
>
> What about this syntax error?
Syntax error on line 2 is the following:
Listen [:::]:80
Thank you, Rick
>
> Is the apache2 daemon starting before the ipv6 part of the network
> configuration is completely up?
>
> Try putting "ipv6" in your /etc/modules file...
>
My PC: Linux squeeze Japanese version clean install.
Current kernel version: 2.6.32-5-686
After I executed,
# /etc/i
Thanks, Stan
>
> Did you see, on the page that Stan sent you that you need a
> "VirtualHost" stanza for ipv6:
>
>
> or
>
>
> (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 f
Thanks, Stan
>
> Read this:
>
> http://www.cyberciti.biz/faq/ipv6-apache-configuration-tutorial/
>
I modified /etc/apache2/ports.conf as follows:
Listen a.b.c.d:80
Listen [:::]:80
Listen a.b.c.d:443
Listen [:::]:443
(where,
a.b.c.d = my web server's IPv4 addres
I'm Satoru Otsubo
I have some problems concerning apache2's handling of IP version 6.
My PC: Linux squeeze Japanese version clean install.
I use the normal apache2 package prepared by debian maintainers, that is, I
did not compile apache2.
This is server use, that is, no Gra
8 matches
Mail list logo