Public bug reported:

Binary package hint: apache

Apache on Hardy Heron suddenly has lost it's IPv6 connectivity. This must have 
happened between [05/Apr/2008:15:46:35 +0200] and now (April 5, 23:59), and 
probably by a software update.
Apache is now only listening on it's IPv4 interface. I don't see any changed 
apache config files, but I might be looking at the wrong files.

The IPv6 connectivity of Heron itself is OK. See ping6 below.

I guess this is a bug in Apache, so:

[EMAIL PROTECTED]:~$ apt-cache policy apache2
apache2:
  Installed: (none)
  Candidate: 2.2.8-1
  Version table:
     2.2.8-1 0
        500 http://nl.archive.ubuntu.com hardy/main Packages
[EMAIL PROTECTED]:~$


[EMAIL PROTECTED]:~$ ll /etc/apache2/
total 40
-rw-r--r-- 1 root root 10587 2008-02-02 05:16 apache2.conf
drwxr-xr-x 2 root root  4096 2008-03-14 21:20 conf.d
-rw-r--r-- 1 root root   378 2008-02-02 05:16 envvars
-rw-r--r-- 1 root root     0 2008-03-14 21:20 httpd.conf
drwxr-xr-x 2 root root  4096 2008-03-14 21:20 mods-available
drwxr-xr-x 2 root root  4096 2008-03-14 21:20 mods-enabled
-rw-r--r-- 1 root root    59 2008-02-02 05:16 ports.conf
drwxr-xr-x 2 root root  4096 2008-03-14 21:20 sites-available
drwxr-xr-x 2 root root  4096 2008-03-14 21:20 sites-enabled
[EMAIL PROTECTED]:~$


IPv6 logging from /var/log/apache2/access.log showing that Apache *was*
listening on IPv6 until this afternoon:

::1 - - [02/Apr/2008:21:40:12 +0200] "OPTIONS * HTTP/1.0" 200 - "-" 
"Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5 with Suhosin-Patch (internal dummy 
connection)"
::1 - - [02/Apr/2008:21:40:13 +0200] "OPTIONS * HTTP/1.0" 200 - "-" 
"Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5 with Suhosin-Patch (internal dummy 
connection)"
2001:5c0:8fff:fffe::8415 - - [03/Apr/2008:17:20:41 +0200] "GET / HTTP/1.1" 304 
- "-" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b4) Gecko/2008031318 
Firefox/3.0b4"
2001:5c0:8fff:fffe::8415 - - [03/Apr/2008:17:20:44 +0200] "GET /favicon.ico 
HTTP/1.1" 404 338 "-" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b4) 
Gecko/2008031318 Firefox/3.0b4"
::1 - - [04/Apr/2008:08:29:43 +0200] "OPTIONS * HTTP/1.0" 200 - "-" 
"Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5 with Suhosin-Patch (internal dummy 
connection)"
::1 - - [04/Apr/2008:08:29:43 +0200] "OPTIONS * HTTP/1.0" 200 - "-" 
"Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5 with Suhosin-Patch (internal dummy 
connection)"
::1 - - [04/Apr/2008:08:29:43 +0200] "OPTIONS * HTTP/1.0" 200 - "-" 
"Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5 with Suhosin-Patch (internal dummy 
connection)"
::1 - - [04/Apr/2008:08:29:43 +0200] "OPTIONS * HTTP/1.0" 200 - "-" 
"Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5 with Suhosin-Patch (internal dummy 
connection)"
2001:5c0:8fff:fffe::8415 - - [05/Apr/2008:13:07:04 +0200] "GET /favicon.ico 
HTTP/1.1" 404 338 "-" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b4) 
Gecko/2008031318 Firefox/3.0b4"
::1 - - [05/Apr/2008:15:46:35 +0200] "OPTIONS * HTTP/1.0" 200 - "-" 
"Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5 with Suhosin-Patch (internal dummy 
connection)"
::1 - - [05/Apr/2008:15:46:35 +0200] "OPTIONS * HTTP/1.0" 200 - "-" 
"Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5 with Suhosin-Patch (internal dummy 
connection)"
[EMAIL PROTECTED]:~$


[EMAIL PROTECTED]:~$ ping6 ::1
PING ::1(::1) 56 data bytes
64 bytes from ::1: icmp_seq=1 ttl=64 time=0.035 ms
64 bytes from ::1: icmp_seq=2 ttl=64 time=0.053 ms

--- ::1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.035/0.044/0.053/0.009 ms
[EMAIL PROTECTED]:~$ ping6 www.kame.net
PING www.kame.net(orange.kame.net) 56 data bytes
64 bytes from orange.kame.net: icmp_seq=1 ttl=47 time=347 ms
64 bytes from orange.kame.net: icmp_seq=2 ttl=47 time=377 ms
64 bytes from orange.kame.net: icmp_seq=3 ttl=47 time=416 ms

--- www.kame.net ping statistics ---
4 packets transmitted, 3 received, 25% packet loss, time 3000ms
rtt min/avg/max/mdev = 347.228/380.403/416.806/28.496 ms
[EMAIL PROTECTED]:~$


[EMAIL PROTECTED]:~$ telnet localhost http
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
quit
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>501 Method Not Implemented</title>
</head><body>
<h1>Method Not Implemented</h1>
<p>quit to /index.html not supported.<br />
</p>
<hr>
<address>Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5 with Suhosin-Patch Server at 
127.0.1.1 Port 80</address>
</body></html>
Connection closed by foreign host.
[EMAIL PROTECTED]:~$
[EMAIL PROTECTED]:~$

[EMAIL PROTECTED]:~$ telnet ::1 http
Trying ::1...
telnet: Unable to connect to remote host: Connection refused
[EMAIL PROTECTED]:~$

** Affects: apache (Ubuntu)
     Importance: Undecided
         Status: New

-- 
apache has lost IPv6 connectivity in Heron update
https://bugs.launchpad.net/bugs/212554
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to