Apache 2.0 dynamic virtualhosts: howto get seperate logfiles for each site?
HelloI am responsible for a server running apache2.0 on linux.
Apache is configured for dynamic virtual hosting (IE, a directory of folders with names of the appropriate sites), which is handy because this server is responsible for more than 30 domains (all of them low traffic).
Anyways, I would like to configure apache to have seperate log files for each site, say in a /var/log/www_site folder, where apache (or a helper process) would have permission to create such a file.
How can I go about setting this up?
As per the apache2.0 docs at http://httpd.apache.org/docs/2.0/vhosts/mass.html,
"It is better to log to a pipe or a fifo and arrange for the process at the other end to distribute the logs to the customers (it can also accumulate statistics, etc.)"
Can anyone give me some suggestions along these lines?
Kthx!
