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 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

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
"   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to