Rick Widmer ([EMAIL PROTECTED]) writes:
>Sorry about the second post, I just reread your message and noticed
>your desire to use separate log files. Be aware that will severely
>reduce the number of VirtualHosts you can have. There is a per-process
>limit on the number of open files, and if I remember right I ran out of
>file handles around 30 VirtualHosts when I allowed each to have its own
>access and error logs. I am now over 60 VirtualHosts with no problems
>after eliminating private log files.
The per process file opening limit was a configurable parameter of your OS.
It was either a user resource limit (ulimit) or a tunable kernel config found
in
param.c or param.h (NFILES??) or UNIX has invented yet another way to put
reins on processes.
So, you just might be able to make one log per process, if you change the
ulimit's for the user the web server is running as OR you tune your kernel
and rebuild.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]