Re: source rpms missing?

2017-06-06 Thread David Kewley
On Tue, Jun 6, 2017 at 5:36 AM, Konstantin Pavlov <thr...@nginx.com> wrote: > Hello, > > On 06/06/2017 04:00, David Kewley wrote: > > In http://nginx.org/packages/rhel/6/SRPMS/ I don't see > nginx-1.12.0-1.el6.ngx.src.rpm as expected. Similar for RHEL 5 and 7, and > fo

source rpms missing?

2017-06-05 Thread David Kewley
In http://nginx.org/packages/rhel/6/SRPMS/ I don't see nginx-1.12.0-1.el6.ngx.src.rpm as expected. Similar for RHEL 5 and 7, and for CentOS. This appears just to affect this release not (most of) the previous releases. Could the srpms be posted? If I should take a different route to raise this

Re: source rpms missing?

2017-06-05 Thread David Kewley
I just discovered that source rpms are also missing for the 1.13 mainline releases. David On Mon, Jun 5, 2017 at 6:00 PM, David Kewley <dkew...@uci.edu> wrote: > In http://nginx.org/packages/rhel/6/SRPMS/ I don't see > nginx-1.12.0-1.el6.ngx.src.rpm as expected. Similar for

no access_log logging for UDP streams

2018-02-13 Thread David Kewley
I'm using nginx 1.12.1 to proxy TCP and UDP streams. I have in my stream {} stanza: log_format test '$time_local'; access_log /var/log/nginx/stream-access.log test buffer=64k flush=1s; error_log /var/log/nginx/stream-info.loginfo; Both TCP and UDP streams log to

Re: no access_log logging for UDP streams

2018-02-14 Thread David Kewley
On Wed, Feb 14, 2018 at 5:59 AM, Roman Arutyunyan <a...@nginx.com> wrote: > Hi David, > > On Tue, Feb 13, 2018 at 01:01:03PM -0800, David Kewley wrote: > > I'm using nginx 1.12.1 to proxy TCP and UDP streams. I have in my stream > {} > > stanza: > >