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
Hi,
(please ignore my last
post)
Right now I have a syslog-ng server that logs all
access_log files from different
virtual hosts in one big file.
But Im looking for a way to log accesslogs to virtualhostname.log files instead of one
big file.
My setup:
CustomLog "|
/usr/bi
Hi,
Right now I have a syslog-ng server that logs all
access_log files in one big file.
But Im looking for a way to log accesslogs to log to virtualhostname.log files instead of one
big file.
My setup: