Re: dav and dav_ext, mp4 module, PROPFIND not working for files

2014-06-30 Thread audvare
Roman Arutyunyan Wrote: --- > > Currently nginx does not seem to be able to do what you want. If > you’re ready to patch > the source here’s the patch fixing the issue. > > diff -r 0dd77ef9f114 src/http/modules/ngx_http_mp4_module.c > --- a/src

proxy_pass_header not working in 1.6.0

2014-06-30 Thread Lucas Rolff
Hi guys, I'm currently running nginx version 1.6.0 (after upgrading from 1.4.4). Sadly I've found out, after upgrading proxy_pass_header seems to stop working, meaning no headers is passed from the upstream at all, I've tried setting caching headers, expires headers, removing ETag etc but not

Re: Nginx Windows High Traffic issues

2014-06-30 Thread c0nw0nk
I actualy came accross a setting in my device manager called write cache buffer flushing. When you disable Write Cache Buffer Flushing, this allows application software to blaze ahead after writing data to disk without waiting for the physical write to complete. http://noel.prodigitalsoftware.com

Re: How can the number of parallel/redundant open streams/temp_files be controlled/limited?

2014-06-30 Thread Paul Schlie
Regarding: > In http, responses are not guaranteed to be the same. Each > response can be unique, and you can't assume responses have to be > identical even if their URLs match. Yes, but potentially unique does not imply that upon the first valid ok or valid partial response that it will likel

Re: How can the number of parallel/redundant open streams/temp_files be controlled/limited?

2014-06-30 Thread Maxim Dounin
Hello! On Mon, Jun 30, 2014 at 09:14:06PM -0400, Paul Schlie wrote: > (Seemingly, it may be beneficial to simply replace the > sequentially numbered temp_file scheme with hash-named scheme, > where if cached, the file is simply retained for some period of > time and/or other condition, and whi

Re: How can the number of parallel/redundant open streams/temp_files be controlled/limited?

2014-06-30 Thread Paul Schlie
(Seemingly, it may be beneficial to simply replace the sequentially numbered temp_file scheme with hash-named scheme, where if cached, the file is simply retained for some period of time and/or other condition, and which may be optionally symbolically aliased using their uri path and thereby res

Re: How can the number of parallel/redundant open streams/temp_files be controlled/limited?

2014-06-30 Thread Paul Schlie
Is there any possible solution for this problem? As although proxy_cache_lock may inhibit the creation of multiple proxy_cache files, it has seemingly no effect on the creation of multiple proxy_temp files, being the true root of the problem which the description of proxy_cache_lock claims to s

Re: difficulty adding headers

2014-06-30 Thread Maxim Dounin
Hello! On Mon, Jun 30, 2014 at 04:34:51PM -0400, ura wrote: > ok, thanks. > > 1. i was thinking that this was the case, based on the results i have seen, > yes. > 2. ah, ok - i didn't appreciate that. i found this page with php code: > http://licson.net/post/stream-videos-php/ > > is there a st

Re: Bad default for proxy_cache_key

2014-06-30 Thread Maxim Dounin
Hello! On Sun, Jun 29, 2014 at 06:15:56PM -0300, Bráulio Bhavamitra wrote: > Hello all, > > I stucked a while with a config problem where proxy_cache_key default value > was $scheme$proxy_host$uri$is_args$args". > > Then I realized it really didn't make. A better value > $scheme$host$uri$is_arg

Re: Is it ok to call header filters twice for the same response

2014-06-30 Thread Maxim Dounin
Hello! On Sun, Jun 29, 2014 at 12:56:02PM +0800, Rv Rv wrote: > Hello >   > When we configure nginx without modsecurity body filter, then > the response is processed in two stages. First the headers are > processed followed by the body filters > If however, modsecurity is configured, then modse

Re: Inconsistent behavior with Nginx's auth_request_set and more_set_input_headers

2014-06-30 Thread Maxim Dounin
Hello! On Sat, Jun 28, 2014 at 05:35:27PM +, ad...@stichtingbcco.com wrote: > Hi, > > I'm trying to use the auth_request module in conjunction with the > more_set_input_headers to automatically login my users into web apps. > > Basically, it works like this: > > 1. Users have some session

Re: SSL slow on nginx

2014-06-30 Thread Maxim Dounin
Hello! On Sat, Jun 28, 2014 at 01:14:16AM -0400, khav wrote: > For my site , ssl seems to be slow even though i got A+ on sslabs > (implemented ocsp stapling, Forward Secrecy , spdy) Note that SSL Labs grades are about security, not about speed. > Here is the result from pingdom > > http://t

NGINX conference October 20-22 in San Francisco, California

2014-06-30 Thread Sarah Novotny
Hi All, We’ve just opened a call for proposals for the first NGINX conference, nginx.conf. Please share this CFP with those you know who have good NGINX stories to share — Direct link to the CFP — https://nginx.busyconf.com/proposals/new CFP closes 11:59PM PDT, August 1, 2014 Our goal is

Re: difficulty adding headers

2014-06-30 Thread ura
ok, thanks. 1. i was thinking that this was the case, based on the results i have seen, yes. 2. ah, ok - i didn't appreciate that. i found this page with php code: http://licson.net/post/stream-videos-php/ is there a standard / recommended way to approach this with nginx? 3. i believe the proble

Re: difficulty adding headers

2014-06-30 Thread Maxim Dounin
Hello! On Sat, Jun 28, 2014 at 11:25:30AM -0400, ura wrote: > after more exploration, i see that files which are placed in the root of my > site can be preloaded and seeked correctly when played via the video.js > package or directly as a video element. > however, the videos that are played via t

Re: [PROPOSAL PATCH] use a return code for ngx_http_close_request()

2014-06-30 Thread Maxim Dounin
Hello! On Sat, Jun 28, 2014 at 06:54:14AM -0400, crespin wrote: > ngx_hhtp_close_request() call ngx_http_free_request() > Reading the code with your comments, rc is only set when a timeout is > raised. > Is it right ? > So the parameter can be a flag ngx_flag_t is_timeout ? I don't understand yo

Re: Nginx Windows High Traffic issues

2014-06-30 Thread c0nw0nk
Maxim Dounin Wrote: --- > Hello! > > On Sat, Jun 28, 2014 at 12:38:12AM -0400, c0nw0nk wrote: > > > Latest picture > > http://s633.photobucket.com/user/C0nw0nk/media/Untitled-7.png.html > > > > Everything utilizing the read's and writes is ngin

Re: Nginx Windows High Traffic issues

2014-06-30 Thread Maxim Dounin
Hello! On Sat, Jun 28, 2014 at 12:38:12AM -0400, c0nw0nk wrote: > Latest picture > http://s633.photobucket.com/user/C0nw0nk/media/Untitled-7.png.html > > Everything utilizing the read's and writes is nginx and when i set the > following buffers i get massive spikes like that. > > location ~ \.m

Re: dav and dav_ext, mp4 module, PROPFIND not working for files

2014-06-30 Thread audvare
Thanks. I will try this patch later today and report back. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251279,251312#msg-251312 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: dav and dav_ext, mp4 module, PROPFIND not working for files

2014-06-30 Thread Roman Arutyunyan
Hello! On 28 Jun 2014, at 10:26, audvare wrote: > Somehow uploadprogress seems to be affecting a request unrelated. I am using > Cyberduck on Windows to test WebDAV (over HTTPS). It successfully logs in, > lists files, etc. But it does not download any files because it does not > like that PROPF