upstream sent invalid status "-1 Copy failed" while reading response header from upstream

2014-10-25 Thread NaZz
I have a joomla website and when I am trying to update a larger extension I get bad gateway (502) error. I am able to update all small (normal) extensions. I am getting this error in nginx error log: "upstream sent invalid status "-1 Copy failed" while reading response header from upstream" I ha

Re: Nginx serving Large static files on windows

2014-10-25 Thread c0nw0nk
I just found something cool i am not sure if anyone knows but our browsers will always use the first supplied media file to play from. get('mp4')) : ?> get('webm')) : ?> get('ogg')) : ?> get('flv')) : ?> So as you see the first media file to be delieverd for the media player to grab is the MP4

Re: RE: Nginx serving Large static files on windows

2014-10-25 Thread c0nw0nk
Lukas Tribus Wrote: --- > It heavily depends on the mp4 file used. moov atom needs to be at the > beginning of the file, for example. Get mp4box and read its doc, it > will help you prepare the file for streaming. > > > To: nginx@nginx.org > > Su

RE: Nginx serving Large static files on windows

2014-10-25 Thread Lukas Tribus
It heavily depends on the mp4 file used. moov atom needs to be at the beginning of the file, for example. Get mp4box and read its doc, it will help you prepare the file for streaming. > To: nginx@nginx.org > Subject: Re: Nginx serving Large static files on windows > From: nginx-fo...@nginx.us >

Re: Nginx serving Large static files on windows

2014-10-25 Thread c0nw0nk
Well i dont get it all at once i just have to wait like 44 seconds before the first byte or bit of the download so i can play the media while the rest of it downloads. It is such a unique issue. I never noticed it until now because when i watch the same length videos on youtube and places they str

Re: Nginx serving Large static files on windows

2014-10-25 Thread itpp2012
I have no idea how it works in detail but I can assume when a server gets a request the server will respond with an answer :) in other words the client has to tell the server how much it wants and the server has to be able to send partial content when configured to do so as by rtmp design (well not

Re: Nginx Jasig CAS Integration..

2014-10-25 Thread jsouto
I have the same problem, some information about how to configure SSO with nginx? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,244200,254269#msg-254269 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx serving Large static files on windows

2014-10-25 Thread c0nw0nk
Strange i think you are right i access the same mp4 size and vide length on other sites and they all do the same thing take like upto a miniute before they will play but a webm will play instantly. Any idea how i can fix this ? But what makes it strange is it does not happen with YouTube videos t

Re: Nginx serving Large static files on windows

2014-10-25 Thread c0nw0nk
So its not the server its not nginx and its my firefox and chrome ? Because i tried on chrome too and it takes just as long. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254257,254265#msg-254265 ___ nginx mailing list nginx@nginx.org http:/