https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6841

--- Comment #5 from Dan Mahoney <[email protected]> ---
Greg, on the other hand, on my machine (FreeBSD by the way), with apache:

%cd /usr/local/etc/apache22
%grep -Ri listen *
httpd-webmail.conf:Listen 149.20.61.46:80
httpd-webmail.conf:Listen 149.20.61.46:443
httpd.conf:# Listen: Allows you to bind Apache to specific IP addresses and/or
httpd.conf:# Change this to Listen on specific IP addresses as shown below to
httpd.conf:#Listen 12.34.56.78:80
httpd.conf:Listen 80
vhost.conf:#Listen 8090
vhost.conf:listen [2001:470:1f07:8d8:9746:1ac4:a56d:b20c]:80
vhost.conf.original:Listen 8090

%netstat -na|grep LIST

tcp4       0      0 149.20.61.46.443       *.*                    LISTEN
tcp4       0      0 149.20.61.46.80        *.*                    LISTEN
tcp6       0      0 2001:470:1f07:8d.80    *.*                    LISTEN
tcp46      0      0 *.80                   *.*                    LISTEN

prime# sysctl -a|grep -i v6only
net.inet6.ip6.v6only: 1

While I wouldn't argue that this may be different on different OSes, I seem to
think that apache's doing the right thing (I specified listen 80, without
specifying an address family, and it listened on v4 and v6), despite the
"v6only" setting above.

I'm not trying to argue that all these things should be the same or that the
apache way is the One True Way, mind you -- just trying to point out that it's
actually possible, despite what I think has been previously said.

If anyone wants a shell to see how apache was built, whatnot, let me know.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to