Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 75553 invoked from network); 10 Jul 2005 18:07:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jul 2005 18:07:53 -0000 Received: (qmail 90187 invoked by uid 500); 10 Jul 2005 18:07:52 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 90017 invoked by uid 500); 10 Jul 2005 18:07:51 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 90002 invoked by uid 99); 10 Jul 2005 18:07:51 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jul 2005 11:07:43 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 4B7CF16; Sun, 10 Jul 2005 20:07:39 +0200 (CEST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 35680] New: - (97)Address family not supported by protocol: connect to listener on [::]:443 X-Bugzilla-Reason: AssignedTo Message-Id: <20050710180739.4B7CF16@ajax.apache.org> Date: Sun, 10 Jul 2005 20:07:39 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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: StartServers 1 MinSpareServers 2 MaxSpareServers 3 ServerLimit 4 MaxClients 4 MaxRequestsPerChild 4000 ... 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