Hi,
Is it possible to log to more than one files. I have many virtual hosts and I would like to log their activity in seperate files. I have already done this and it is working fine. Now I also want the logs to go in a single file along with the individual logs for each host. For example I log activity of virtualhost1.com in /home/virtualhost1.com/logs virtualhost2.com in /home/virtualhost2.com/logs. Now I want the same logs to go to var/log/httpd/virtuallogs as well. So, I can monitor the activity of the server. How can I do this. Thanks in advance.
Bye.