Re: Execute python files with Nginx

2015-08-07 Thread Nitin Solanki
Hi, Right now, I am not office.. I am from India.. Now, it is 1.42 am. It will be great. If you provide step by step from beginning. Is it possible to mail. Thanks. On Sat, Aug 8, 2015 at 12:50 AM Shannon Burns wrote: > Hi Nitin, > > Would you mind providing a bit more information? > >

Re: Execute python files with Nginx

2015-08-07 Thread Shannon Burns
Hi Nitin, Would you mind providing a bit more information? > On Aug 6, 2015, at 4:53 AM, Nitin Solanki wrote: > > I tried that and getting issues. Unable to configure. I am not getting those > steps. Any help you can do by explaining in steps… What issues are you running into? Can you copy a

Zeroconf for proxy to upstream servers

2015-08-07 Thread Michael Power
Does Nginx support any sort of zeroconf in its proxying to upstream servers? I would like to make the backend publish themselves via something like zeroconf. Nginx should route traffic to them when they publish themselves as online, and nginx should remove them from this list when they publish

Re: can't cache javascript file from proxy

2015-08-07 Thread Maxim Dounin
Hello! On Fri, Aug 07, 2015 at 07:12:21AM -0400, bugster86 wrote: > Hi, > > I have a problem with cache javascript file from a proxy glassfish4.0 > Server. [...] > proxy_ignore_headers "Cache-Control"; > #proxy_ignore_headers "Pragma"; [...] >

Re: mp4 streaming/seeking works from firefox (fedora) and not from firefox (windows) (nginx 1.9.3)

2015-08-07 Thread Alt
Hello, If I understand well, you are streaming video files from PHP? Here PHP will kill your performance and you really should avoid that and stream directly from nginx. Best Regards Posted at Nginx Forum: http://forum.nginx.org/read.php?2,260615,260861#msg-260861 _

Re: mp4 streaming/seeking works from firefox (fedora) and not from firefox (windows) (nginx 1.9.3)

2015-08-07 Thread Francis Daly
On Fri, Aug 07, 2015 at 07:12:27AM -0400, tunist wrote: Hi there, > so in the interest of balance, i just cut some parts out. Yes, that's usually a sensible thing to do. It just makes reading the content a week later, a bit odd. > "Right now, it looks to me as if your config says that a request

Re: mp4 streaming/seeking works from firefox (fedora) and not from firefox (windows) (nginx 1.9.3)

2015-08-07 Thread tunist
aha! yes, the cause of the problem was the lack of range handling in the PHP page i am using for streaming the files. i forgot that that is a requirement of the process! i have added the videostream class to the page and so far the streaming is working well in my tests :) Posted at Nginx Forum: h

Re: mp4 streaming/seeking works from firefox (fedora) and not from firefox (windows) (nginx 1.9.3)

2015-08-07 Thread tunist
oh, so it seems likely that i need to add extra logic into the PHP page that handles the video stream to support range requests - as detailed here: http://codesamplez.com/programming/php-html5-video-streaming-tutorial Posted at Nginx Forum: http://forum.nginx.org/read.php?2,260615,260852#msg-2608

Re: mp4 streaming/seeking works from firefox (fedora) and not from firefox (windows) (nginx 1.9.3)

2015-08-07 Thread tunist
oh, so it seems likely that i need to add extra logic into the PHP page that handles the video stream to support range requests - as detailed here: http://codesamplez.com/programming/php-html5-video-streaming-tutorial Posted at Nginx Forum: http://forum.nginx.org/read.php?2,260615,260853#msg-2608

can't cache javascript file from proxy

2015-08-07 Thread bugster86
Hi, I have a problem with cache javascript file from a proxy glassfish4.0 Server. My nginx.conf is this: ___ usernginx nginx; error_log /var/log/nginx/error.log warn; pid /usr/local/nginx/logs/nginx_1.8.0.pid; worker_p

Re: mp4 streaming/seeking works from firefox (fedora) and not from firefox (windows) (nginx 1.9.3)

2015-08-07 Thread tunist
yes, i removed some of the original question since it was shown to not be relevant to the issue. i appreciate that maybe it would be best to write 'EDIT:' when i edit there, but then the question might become huge.. so in the interest of balance, i just cut some parts out. "Right now, it looks to

nginx configuration for SemanticScuttle???

2015-08-07 Thread M. Fioretti
Greetings, I have several Web applications running on a Centos 6.6 server. I am migrating them from Apache to Nginx. Apache is still running, so I'm running nginx on port 81 for now. The general setup is OK. I ALREAADY have Drupal 7 and Wordpress sites served this way. The ONLY application that

Re: try_files and proxypass

2015-08-07 Thread Francis Daly
On Fri, Aug 07, 2015 at 01:39:05AM -0400, arlin wrote: Hi there, > I came across such configs and I am curios to know what @app_$dc; matches > in location configs? > > try_files $uri @app_$dc; Presumably somewhere else in the config, $dc is set to either prod or qadc. try_files expands vari