9 Dec
2004
9 Dec
'04
3:50 p.m.
That is only for error logs, but does not apply to access logs, which is what he was looking for. On Thu, 9 Dec 2004 09:00:43 -0600, Joe.Reeves@regions.com <Joe.Reeves@regions.com> wrote:
The easiest way to get your apache logs into syslog is to simply enable the syslog option in apache. For example: ErrorLog syslog[:facility]
Where facility is a valid syslog facility. Note that when you do this, apache will no longer write a file out, but will ONLY log to syslog.