Hi, Given that the Apache 2 port does not support IPv6, what do a need to do, or who do I talk to to have an IPv6 variant added to the Portfile. Andre
On May 13, 2007, at 11:49, Andre-John Mas wrote:
Given that the Apache 2 port does not support IPv6, what do a need to do, or who do I talk to to have an IPv6 variant added to the Portfile.
Generally you would begin by talking to the port's maintainer. Find out who that is by running "port info apache2". If you can provide a patch to implement the behavior you're requesting, that makes it even easier on the maintainer. You can create a ticket in Trac for this feature request, and if you have a patch, you can attach it there. Then you can inform the maintainer of the ticket number so that they can take care of it.
On May 13, 2007, at 10:49 AM, Andre-John Mas wrote:
Hi,
Given that the Apache 2 port does not support IPv6, what do a need to do, or who do I talk to to have an IPv6 variant added to the Portfile.
It should be supporting IPv6 by default, no variant needed; it does on my system: $ netstat -an |grep "*.80" tcp46 0 0 *.80 *.* LISTEN $ telnet ::1 80 Trying ::1... Connected to localhost. Escape character is '^]'. HEAD / HTTP/1.0 HTTP/1.1 200 OK Date: Sun, 13 May 2007 23:05:02 GMT Server: Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.8a DAV/2 SVN/1.4.3 ... Is it not supporting it at all, what have you done to verify it's not working?
Andre
On 13-May-07, at 19:06 , Bryan Blackburn wrote:
On May 13, 2007, at 10:49 AM, Andre-John Mas wrote:
Hi,
Given that the Apache 2 port does not support IPv6, what do a need to do, or who do I talk to to have an IPv6 variant added to the Portfile.
It should be supporting IPv6 by default, no variant needed; it does on my system:
Yup, doing another check and it responds to http://[::1]/ . My mistake. Thanks Andre
participants (3)
-
Andre-John Mas
-
Bryan Blackburn
-
Ryan Schmidt