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=11030>.
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=11030

Listen <hostname>: double bind

           Summary: Listen <hostname>: double bind
           Product: Apache httpd-2.0
           Version: 2.0.39
          Platform: Sun
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: [EMAIL PROTECTED]


`Listen IPADDR' works fine; `Listen HOSTNAME' not. It seems Apache tries to 
bind twice in this last case, and crashes without even writing something to the 
Errorlog (it seemt to try to write to stderr, though).

See the attached output of `truss -f -a -e -vall -rall -wall bin/apachectl 
start > /tmp/out.txt 2>&1'. Line 1774 and line 2989 try the same bind; the 
second one fails of course.

We use Solaris 2.8 (it also occurred for 2.0.36 in Solaris 
2.6); /etc/nsswitch.conf contains `hosts: files dns' and the problem occurs 
both when the hostname aplux11-a is in /etc/hosts and when it is not (it is 
always in DNS).

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

Reply via email to