Use syslog-ng it's quite wonderful.
Set Apache up to log to logger:
CustomLog "|/usr/bin/logger -p local7.info" combined
And set syslog-ng up to send everything from facility7 (local7) to a remote
(syslog-ng) server.
On Wednesday 26 October 2005 14:19, Jacob Friis Saxberg wrote:
> Hi.
>
> How can
On Wednesday 26 October 2005 14:19, Jacob Friis Saxberg wrote:
> Hi.
>
> How can I make httpd log to a remote log file?
> Can I do it via syslog?
Yep, that's one of several options. You may want so see modules.apache.org.
--
Nick Kew
Hi.
How can I make httpd log to a remote log file?
Can I do it via syslog?
Thanks,
Jacob
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To