Re: Trouble adding /pma location to all virtual hosts

2013-06-28 Thread Ben Johnson
On 6/27/2013 7:13 PM, Francis Daly wrote: > On Thu, Jun 27, 2013 at 01:02:30PM -0400, Ben Johnson wrote: >> On 6/27/2013 12:42 PM, Ben Johnson wrote: > > Hi there, > >>> I don't want PMA (anything within the /pma/ location) to be accessible >>> over a plaintext connection. In other words, I wis

Re: GPG error on Nginx repository - NO_PUBKEY

2013-06-28 Thread B.R.
Hello, On Fri, Jun 28, 2013 at 9:27 AM, Sergey Budnevitch wrote: > > On 28 Jun2013, at 10:15 , Phil Pennock wrote: > > > On 2013-06-27 at 11:41 -0400, B.R. wrote: > >> The Nginx website's page on > Linux > >> packages provides you with the key file add

RE: mp4 atom too large

2013-06-28 Thread Lukas Tribus
Hi! > Date: Fri, 28 Jun 2013 17:11:01 +0100 > From: rkears...@blueyonder.co.uk > To: nginx@nginx.org > Subject: mp4 atom too large > > Hi > > I use ngx_http_mp4_module quite heavily, and very occasionally I see > this error for a few files: > > mp4 atom too

Re: mp4 atom too large

2013-06-28 Thread Richard Kearsley
nginx version: nginx/1.4.1 built by gcc 4.2.1 20070831 patched [FreeBSD] TLS SNI support enabled configure arguments: --with-debug --with-http_ssl_module --with-http_stub_status_module --with-file-aio --with-http_flv_module --with-http_mp4_module --with-http_geoip_module --add-module=../../../l

mp4 atom too large

2013-06-28 Thread Richard Kearsley
Hi I use ngx_http_mp4_module quite heavily, and very occasionally I see this error for a few files: mp4 atom too large:723640794 With the number differing.. Is the number the size of the atom in bytes? If so, 723640794 is around 690MB and the mp4 file is only around 150MB The same file works

C.A.S checking/detections

2013-06-28 Thread David Touzeau
Dear I need to force Nginx to detect if client have a valid CAS ticket and be authentified to the CAS system. This to allow or ban access to websites. Is anybody have tried to build this infrastructure ? I have tried the CAS Module for nginx but is seems an old module that did not support lat

Re: GPG error on Nginx repository - NO_PUBKEY

2013-06-28 Thread Sergey Budnevitch
On 28 Jun2013, at 10:15 , Phil Pennock wrote: > On 2013-06-27 at 11:41 -0400, B.R. wrote: >> The Nginx website's page on Linux >> packages provides you with the key file address: >> http://nginx.org/en/linux_packages.html > > You mean: > http://nginx.

check_nginx_status - nagios-plugin to monitor nginx status

2013-06-28 Thread mex
check_nginx_status is (yet another) Nagios-Plugin to monitor nginx status and alerts on various values, based on HttpStubStatus it also creates, based on the returned values, a csv to store data docs&downloads: http://doxi-news.blogspot.de/2013/06/checknginxstatus-nagios-plugin-to.html (with

Re: Nginx X-Accel-Redirect stripping Content-Encoding header

2013-06-28 Thread Danack
> Something like this should work: > > location /files/ { > internal; > add_header Content-Encoding $upstream_http_content_encoding; > } Thanks yep that worked. > This might not work well with nginx gzip filter though. And yes, I had to turn gzip off for the internal loc

Re: Nginx X-Accel-Redirect stripping Content-Encoding header

2013-06-28 Thread Maxim Dounin
Hello! On Fri, Jun 28, 2013 at 06:21:08AM -0400, Danack wrote: > I have Nginx setup to allow requests to be served with the X-Accel-Redirect > header. This works fine for images, but I'm trying to get it to work for > Javascript files that are already gzip'ed on the disk. > > It appears Nginx is

Nginx X-Accel-Redirect stripping Content-Encoding header

2013-06-28 Thread Danack
I have Nginx setup to allow requests to be served with the X-Accel-Redirect header. This works fine for images, but I'm trying to get it to work for Javascript files that are already gzip'ed on the disk. It appears Nginx is stripping off the 'Content-Encoding: gzip' header. This makes the browser