DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14037>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14037

Show defaults for listen to ipv4+ipv6 in BSD example configs

           Summary: Show defaults for listen to ipv4+ipv6 in BSD example
                    configs
           Product: Apache httpd-2.0
           Version: 2.0.43
          Platform: All
        OS/Version: FreeBSD
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Runtime Config
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Suggestion: Enter both ipv4 and ipv6 listens in example httpd.conf
Eg: "#For some platforms, eg BSD use ..."

http://httpd.apache.org/docs-2.0/bind.html :

On some platforms, such as NetBSD, binding to the IPv6 wildcard address
("::") does not allow Apache to accept connections on IPv4 interfaces. In
this situation, multiple Listen directives are required, as shown below:

Listen 0.0.0.0:80
Listen [::]:0

Apache does not currently detect this, so the Listen statements must be
edited manually by the administrator.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to