You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/07/10 20:07:39 UTC

DO NOT REPLY [Bug 35680] New: - (97)Address family not supported by protocol: connect to listener on [::]:443

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=35680

           Summary: (97)Address family not supported by protocol: connect to
                    listener on [::]:443
           Product: Apache httpd-2.0
           Version: 2.0.54
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: prefork
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: pinter@p-squared.com


Once every second, at seemingly random times throughout the day, I'm getting
these warnings logged in bunches of ~100 lines:

(97)Address family not supported by protocol: connect to listener on [::]:443

Out of the box, prefork is loaded rather than worker, with my custom settings:

<IfModule prefork.c>
StartServers            1
MinSpareServers         2
MaxSpareServers         3
ServerLimit             4
MaxClients              4
MaxRequestsPerChild  4000
</IfModule>

... reflecting the fact this is possibly one of the worlds smallest production
servers (Pentium MMX, 166MHz, 140MB, 2.6.12-1.1390_FC4, httpd-2.0.54-10) that
runs great on otherwise stock settings, using Yum maintained Fedora RPMs.

I'll attach a strace of "telnet ::1", a server_status.html and phpinfo.php
readout shortly. Again, it's a very stock kit, with no proxy server defined, etc.

Is there anything else I can do to help move the markers forward on this? While
this problem is not lethal, I need to keep this museum piece running as lean as
possible ;)

Thanks very much,
/p2

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org