I know.
But this is exactly whay
I am trying to avoid! I don’t want too many open files (which happens
when every vhost has their own logfiles) nor do I want logger threads for each
vhost.
I want logger and syslog
too handle the load of logging not Apache.
Regards,
Jan
You can pipe vhosts to their own logs.
There is no way that I know of to put this in the main config though (i.e.
servername as a variable), so you need to create CustomLog entries for each
vhost, putting the servername as an argument (or in the filename).
P
From: Jan van de