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 2002/06/11 12:05:52 UTC

DO NOT REPLY [Bug 9768] New: - too many open files

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

too many open files

           Summary: too many open files
           Product: Apache httpd-2.0
           Version: 2.0.36
          Platform: Sun
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: ping.xiao@mq.edu.au
                CC: ping.xiao@mq.edu.au


Platform: solaris 2.6 on SPARC Ultra-II
Has about 75 virtuals all with "Listen" directive. Each has access_log and 
error_log.

When start apache got "Too many open files" error as follows:
root# /usr/local/httpd-2.0.36/bin/apachectl start
[Tue Jun 11 19:03:48 2002] [error] (24)Too many open files: could not open trans
fer log file /hosts/ccs/logs/access_log.
/usr/local/httpd-2.0.36/bin/apachectl start: httpd could not be started

Tried the following:
root#vi configure

added "-DHIGH_SLACK_LINE=256" to the line 2852 as following but did not make 
difference.

EXTRA_CFLAGS=-DHIGH_SLACK_LINE=256
EXTRA_CPPFLAGS=
EXTRA_LDFLAGS=
EXTRA_LIBS=
EXTRA_INCLUDES=

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