Re: apache2's handling of IP version 6

2012-10-09 Thread Satoru Otsubo
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

Re: apache2's handling of IP version 6

2012-10-06 Thread Satoru Otsubo
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

Re: dynamic IP assignment on servers = brain damage

2012-10-06 Thread Satoru Otsubo
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

Re: apache2's handling of IP version 6

2012-10-05 Thread Satoru Otsubo
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

Re: apache2's handling of IP version 6

2012-10-04 Thread Satoru Otsubo
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

Re: apache2's handling of IP version 6

2012-10-03 Thread Satoru Otsubo
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

Re: apache2's handling of IP version 6

2012-10-03 Thread Satoru Otsubo
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

apache2's handling of IP version 6

2012-10-03 Thread Satoru Otsubo
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