5 messages in ru.sysoev.nginxRe: syslog support for nginx
FromSent OnAttachments
Marlon de BoerMay 15, 2008 8:34 am.sig
Ed WMay 16, 2008 2:13 am 
Marlon de BoerMay 16, 2008 3:10 am.sig
Ed WMay 29, 2008 10:17 am 
Marlon de BoerMay 29, 2008 12:18 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: syslog support for nginxActions...
From:Ed W (list@public.gmane.org)
Date:May 29, 2008 10:17:38 am
List:ru.sysoev.nginx

Marlon de Boer wrote:

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1

Marlon de Boer wrote: | At my work we use syslog to maintain all logs on a central place. We really missed the syslog support in nginx so I created a patch which allows syslog logging. Patch was diffed against 0.6.31, but also applies to 0.6.29 and 0.6.30. | Please do not use the previous posted patch because it contains a bug with buffer allocation. I've attached a new one that solved the issue. I used strncpy() and calloc() in my patch, which according documentation should be portable between most unix systems.

You can enable syslog support via the configure script using --with-syslog.

Regards, Marlon de Boer System administrator Hyves.nl

Igor, any chance of this appearing in a future nginx release please?