Re: munin plugin for nginx

2013-06-16 Thread Steve Holdoway
On Mon, 2013-06-17 at 16:34 +1000, Daniel Black wrote: > > - Original Message - > > I'm having some trouble getting the nginx plugin working for munin. > > I've added the following to nginx config and restarted: > > > > location /nginx_status { > > stub_status on; > > access_log off; > >

RE: munin plugin for nginx

2013-06-16 Thread Lukas Tribus
Perhaps munin connects over ipv6? Can you allow ::1? ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: munin plugin for nginx

2013-06-16 Thread Daniel Black
- Original Message - > I'm having some trouble getting the nginx plugin working for munin. > I've added the following to nginx config and restarted: > > location /nginx_status { > stub_status on; > access_log off; > allow 127.0.0.1; > deny all; > } > > I've added the following munin con

munin plugin for nginx

2013-06-16 Thread Grant
I'm having some trouble getting the nginx plugin working for munin. I've added the following to nginx config and restarted: location /nginx_status { stub_status on; access_log off; allow 127.0.0.1; deny all; } I've added the following munin config: [nginx*] env.

Re: Weird issues with nginx

2013-06-16 Thread Vasil Kolev
В 01:01 +0300 на 16.06.2013 (нд), Vasil Kolev написа: > В 22:06 +0100 на 15.06.2013 (сб), Francis Daly написа: > > > The usual first step would be to see whether the problem persists when > > you just use the distributed nginx, with no external modules or patches. > > > > But in this case, that's

slowfs + gzip_static?

2013-06-16 Thread Raul Rivero
Hi all, Today, I'm doing some trials with slowfs module but "static gzpied content" (example: css and js files also have compressed companions on disk) is been stored in plain text and not compressed. So, they'll be compressed again and again on each request. Any help? -- Raul Rivero __

Re: Weak ETags and on-the-fly gzipping

2013-06-16 Thread Matthijs Langenberg
Hi, thanks for answering so quickly. You are right, we should not go so far as to implement a conversion from strong to weak ETags. And alo, Last-Modified header could be preferable. Wen dynamic content is generated, setting a Last-Modified header requires inside knowledge from the app server. ET