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 localhost 192.168.xx.xx

Re: apache2's handling of IP version 6

2012-10-08 Thread Tom H
On Sat, Oct 6, 2012 at 3:01 PM, Satoru Otsubo trn...@otip.jp wrote: 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. soft: service apache2 relaod service apache2 graceful hard: service apache2 restart All that

Re: apache2's handling of IP version 6

2012-10-06 Thread Tom H
On Fri, Oct 5, 2012 at 6:54 AM, Stan Hoeppner s...@hardwarefreak.com wrote: On 10/4/2012 12:06 PM, Tom H wrote: On Thu, Oct 4, 2012 at 7:23 AM, Stan Hoeppner s...@hardwarefreak.com wrote: On 10/4/2012 3:46 AM, Rick Thomas wrote: On Oct 3, 2012, at 8:40 PM, Satoru Otsubo wrote: But the

Re: apache2's handling of IP version 6

2012-10-06 Thread Tom H
On Fri, Oct 5, 2012 at 12:42 PM, Satoru Otsubo trn...@otip.jp wrote: On Thu, Oct 04, 2012 at 04:53:23AM +0900, Satoru Otsubo wrote: By the way, I thought the following concerning the problem in my CGI PC (my server PC): Internet-Router--Lan-my PC When booting PC,

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 script

Re: apache2's handling of IP version 6

2012-10-05 Thread Chris Bannister
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? -- If you're not careful, the newspapers will have you hating the people who are being oppressed, and loving the people who are doing the oppressing.

Re: apache2's handling of IP version 6

2012-10-05 Thread Stan Hoeppner
On 10/4/2012 12:06 PM, Tom H wrote: On Thu, Oct 4, 2012 at 7:23 AM, Stan Hoeppner s...@hardwarefreak.com wrote: On 10/4/2012 3:46 AM, Rick Thomas wrote: On Oct 3, 2012, at 8:40 PM, Satoru Otsubo wrote: But the phenomena are same, that is, When booting my PC, apache2 failed to start. And

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 By the way, I

Re: apache2's handling of IP version 6

2012-10-04 Thread Rick Thomas
On Oct 3, 2012, at 8:40 PM, Satoru Otsubo wrote: 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 ? Is the apache2

Re: apache2's handling of IP version 6

2012-10-04 Thread Stan Hoeppner
On 10/4/2012 3:46 AM, Rick Thomas wrote: On Oct 3, 2012, at 8:40 PM, Satoru Otsubo wrote: 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.

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, #

RE: apache2's handling of IP version 6

2012-10-04 Thread Bonno Bloksma
Hello Satoru, 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, #

Re: apache2's handling of IP version 6

2012-10-04 Thread Tom H
On Thu, Oct 4, 2012 at 7:23 AM, Stan Hoeppner s...@hardwarefreak.com wrote: On 10/4/2012 3:46 AM, Rick Thomas wrote: On Oct 3, 2012, at 8:40 PM, Satoru Otsubo wrote: But the phenomena are same, that is, When booting my PC, apache2 failed to start. And when I executed the following: #

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 Grafical User

Re: apache2's handling of IP version 6

2012-10-03 Thread Stan Hoeppner
On 10/3/2012 9:08 AM, Satoru Otsubo wrote: 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

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 address

Re: apache2's handling of IP version 6

2012-10-03 Thread Tom H
On Wed, Oct 3, 2012 at 3:53 PM, Satoru Otsubo trn...@otip.jp wrote: 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

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: 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