[In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]
Synopsis: Heavily loaded webserver stops accepting all connections after some time. State-Changed-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Tue Mar 16 08:29:02 PST 1999 State-Changed-Why: Are there any messages logged to the error_log? If it shows an "flock" error, try editting include/ap_config.h searching for LINUX, then find USE_FLOCK_SERIALIZED_ACCEPT and change it to USE_FCNTL_SERIALIZED_ACCEPT... this change will be the default in 1.3.5. Dean