Hello all,
 
I am new to this list, I am seeking some help on how to setup syslog-ng as a central log server.  More importantly I am wanting to know how to log all of my Apache servers to the central log server, but also create separate logs for each of the systems.  For example I am looking to do something like this:
 
Apache1
/var/log/Apache1/httpd/access.log
/var/log/Apache1/httpd/error.log
 
Apache2
/var/log/Apache2/httpd/access.log
/var/log/Apache2/httpd/error.log
 
Apache3
/var/log/Apache3/httpd/access.log
/var/log/Apache3/httd/error.log
 
and so on.
 
Thanks all in advance
 
Vince