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

httpd does not handle EMFILE gracefully

           Summary: httpd does not handle EMFILE gracefully
           Product: Apache httpd-2.0
           Version: 2.0.42
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: itojun@itojun.org


on EMFILE (too many open files), httpd would fail to handle requests
and log error like below:

[Sat Oct 05 10:26:55 2002] [error] [client 218.227.136.140] (24)Too many open 
files: cannot access type map file: 
/usr/pkg/share/httpd/error/HTTP_FORBIDDEN.html.var, referer: 
http://www.itojun.org/digi-cam/dcfaq/dcfaq.html

workaround is to raise resource limit ("unlimit openfiles" in csh), however,
i believe httpd should cope with this kind of situation better, either by
auto-detecting connection limitation parameters from resource limit at startup
time, or decreasing it dynamically.

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

Reply via email to