Bernd Wurst wrote: > > We have little more than 400 VHosts and our customers can select whether they > want regular logs and/or error-logs. Additionally, we keep a global (but > configured per-vhosts) Traffic logfile. > ... > We are researching what would be the best to do in this situation. A > temporary > fix was to disable a bunch of log files. but that's not the long-term > solution. :) >
If it's a Red Hat or similar system, I'd recommend putting: ulimit -n 2046 in /etc/sysconfig/httpd. Otherwise, add it to your httpd init script (and beware of updates that might overwrite your local modifications). ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
