Re: Nginx serving Large static files on windows

2014-10-24 Thread itpp2012
Sounds like a client issue which isn't dealing with partial downloads, had the same thing with an old vlc and twd/s5, used the latest vlc and it started playing after 2 seconds (2.8gb). If a client tells nginx to get it all it will send it all. Posted at Nginx Forum: http://forum.nginx.org/read.

Re: Nginx serving Large static files on windows

2014-10-24 Thread c0nw0nk
Sorry to keep posting this all seperatly but what makes this even stranger once 44 or so seconds pass and the media starts playing i can skip anywhere i like in the file and its fast as soon as i refresh and redownload i have to wait again. I dont know why there are other files just as large but n

Re: Nginx serving Large static files on windows

2014-10-24 Thread c0nw0nk
What a strange bug i am totaly confused because the way i generate media i also have a webm file of the same video and the webm you go to the url it may only be 900mb but its the same length (7 hours) and it loads instantly. The mp4 1.5gb 7hour long takes between 43 - 50 seconds before you can sta

Re: Nginx serving Large static files on windows

2014-10-24 Thread c0nw0nk
I serve allot of media files from the server they are all quick and fine just this 1.5GB (7 hour long) mp4 file to be served / loaded seems to take 44 seconds and i also do not use the mp4; module. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254257,254259#msg-254259

Re: Nginx serving Large static files on windows

2014-10-24 Thread c0nw0nk
It appears to maybe be something else the media file is about 1.5gb and it will just take about 44 seconds before it starts playing. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254257,254258#msg-254258 ___ nginx mailing list nginx@nginx.or

Nginx serving Large static files on windows

2014-10-24 Thread c0nw0nk
directio 2G; So i allow uploads of 2Gigs and i do streaming and with files being streamed that are 2gigs in size you can imagine things could of been loading a bit slow. Now itpp2012 mentioned to me in another area of the forum "(mapping a drive is slow, use direct ip access)" And with my drives

Re: can a map + regex be used to generate variables for YYYY-MM-DD-HH?

2014-10-24 Thread newnovice
cool so adding the maps & access_log config at http level solved both problems, all logs now goto variable named file. there is no file with --- in the name anymore. thanks! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254210,254256#msg-254256 __

Can't locate nginx.pm in @INC

2014-10-24 Thread djeyewater
When I try to start nginx with embedded perl I get the error "Can't locate nginx.pm in @INC" @INC includes the folder I specified using --with-perl_modules_path, but doesn't include the arch-name subfolder (i386-linux-thread-multi), which is where the nginx.pm module was installed to. This is my

Re: can a map + regex be used to generate variables for YYYY-MM-DD-HH?

2014-10-24 Thread Francis Daly
On Fri, Oct 24, 2014 at 01:44:19PM -0400, newnovice wrote: Hi there, > 1. variable in logname is what i want: access_log.-MM-DD-HH http://nginx.org/r/access_log That can work. > 2. (currently i use this method) 'if' - inside server - outside location - > works. http://nginx.org/r/if That

Re: can a map + regex be used to generate variables for YYYY-MM-DD-HH?

2014-10-24 Thread newnovice
1. variable in logname is what i want: access_log.-MM-DD-HH I have other log munging daemons looking for this date formatted file in real time (other options i have tried, hard linking files, used named pipes...) 2. (currently i use this method) 'if' - inside server - outside location - works.

Re: Nginx and TLSv1

2014-10-24 Thread Scott Larson
TLS 1.1 and 1.2 require nginx be built against the 1.0.1 branch of OpenSSL, or the subsequent Libre and Boring forks of it. Odds are high that if you have servers running the old 0.8.x branch of nginx it is also running the old 0.9.8 branch of OpenSSL. As for whether or not it’s okay to run

Nginx and TLSv1

2014-10-24 Thread teddymills
I have abut 10 nginx servers, versions 1.0.15 and 0.8.55. I am patching for the poodle, so: ssl_protocols TLSv1 TLSv1.1 TLSv1.2; is accept by nginx 1.0.15 but not 0.8.55 I would prefer to use just TLSv1 on 0.8.55 if using just TLSv1 is okay. Or would upgrading the nginxs be required ? I dont

Polyurethane sandwich panel production line-polyurethane Panel production line, Continuous production line in the region of industrial and creating insulation making use of polyurethane Panel continuo

2014-10-24 Thread vvdfg
Continuous production line in the region of industrial and building insulation working with polyurethane Panel continuous production lines for components has extended occupied a dominant position, continuous production line of polyurethane sandwich panel production line in the past spent a good dea

Wood plastic composites (Wood-Plastic Composites, WPC) is booming each at residence and abroad in recent years a brand new sort of composite material

2014-10-24 Thread vvdfg
Primary options Wood-plastic composite Foundation for high density polyethylene and wood fiber, determines its personal has some properties of plastic and wood. 1) good processability Wood-plastic composite material containing plastics and fibers, and has related machining properties of wood, sa

Re: can a map + regex be used to generate variables for YYYY-MM-DD-HH?

2014-10-24 Thread Francis Daly
On Thu, Oct 23, 2014 at 07:17:20PM -0400, newnovice wrote: Hi there, > Where I am going with this is - I want to write error & access - logs out > with the '-MM-DD-HH' suffix. So i need these variables. I'm not aware that error_log takes variables. You may be happier moving the log files