in reply to Re^3: How to debug "Too Many Open Files" Error
in thread How to debug "Too Many Open Files" Error

Just to add to the possible solutions bit. Another popular solution is to configure Apache to write to its access and error logs via pipes.

  • Comment on Re^4: How to debug "Too Many Open Files" Error

Replies are listed 'Best First'.
Re^5: How to debug "Too Many Open Files" Error
by tonyb48 (Novice) on Sep 17, 2008 at 22:35 UTC
    I assume this is something I would tell the host, right? Help me understand the suggestion: Is it that Apache is typically configured to write the access and error logs as open files? And if it is reconfigured as you suggest, then these operations would not count as open files? If this be true, what is the downside? I.E., why did he not configure it that way in the first place? I'm just trying to get smart so I can have an intelligent conversation with the host. Thanks Tony