[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. ]
Synopsis: Not enough file descriptors?? State-Changed-From-To: open-feedback State-Changed-By: coar State-Changed-When: Mon Jun 15 12:49:26 PDT 1998 State-Changed-Why: If you have 100+ vhosts in your configuration files, how many CustomLog/TransferLog/ErrorLog/ScriptLog entries do you have? If you have lots of CustomLog or TransferLog directives, one thing that may help reduce your usage is to combine them all into one CustomLog reference that includes "%v" (for the vhost identity) at the beginning of the format string. This will label each access with the vhost involved and use only one file descriptor instead of N. You can use a tool such as src/support/split-logfile (or something similar) to later split the combined logfile into separate ones for all the vhosts. See the FAQ for details. Of course, if this doesn't address your problem, "never mind."
