NGINX plus REST monitoring API query

2015-07-10 Thread Subramaniam C
HI I have deployed NGINX plus trial version in my setup. I have a query that if we use NGINX plus as a load balancer then is there any way to fetch the relationship between the virtual servers and its attached pool of servers configured in NGINX through REST monitoring API's? Thanks and Regards

Re: [ANN] Windows nginx 1.9.3.1 Lizard

2015-07-10 Thread itpp2012
Igal @ Lucee.org Wrote: --- > right, but it says that it is based on nginx 1.9.3 which I can not > find > anywhere, so my question is: was nginx 1.9.3 released already or not > yet? No not yet, we always go with the latest sources, bleeding edge

Re: [ANN] Windows nginx 1.9.3.1 Lizard

2015-07-10 Thread Igal @ Lucee.org
On 7/10/2015 1:12 PM, itpp2012 wrote: > This nginx for Windows does not come from nginx.org right, but it says that it is based on nginx 1.9.3 which I can not find anywhere, so my question is: was nginx 1.9.3 released already or not yet? ___ nginx maili

Re: Nginx + PHP Windows Network Sharing Uploads locking/slow load time

2015-07-10 Thread c0nw0nk
Thanks for the information :) everything is default though so i am not sure what i should even be changing anything to. On the mapped hard drive "Z:/" it has the settings http://i633.photobucket.com/albums/uu52/C0nw0nk/Untitled9.png Posted at Nginx Forum: http://forum.nginx.org/read.php?2,260193

Re: Nginx + PHP Windows Network Sharing Uploads locking/slow load time

2015-07-10 Thread itpp2012
Sounds like a blocking disk driver issue, look at the driver settings, dma/pio/caching/advanced sata/etc... Dynamic content is also best served from a different drive (virtual or real) then where nginx is running from. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,260193,260204#msg-260

Re: Nginx + PHP Windows Network Sharing Uploads locking/slow load time

2015-07-10 Thread c0nw0nk
Those directives did not fix it. But i decided to investigate sessions and temporary upload directory of PHP. Now the temporary session directory gave me the same no loading issue until uploads have been moved to the mapped hard drive by php. But the following seemed to change that and actualy al

Re: [ANN] Windows nginx 1.9.3.1 Lizard

2015-07-10 Thread itpp2012
Igal @ Lucee.org Wrote: --- > > On 7/10/2015 12:07 PM, itpp2012 wrote: > >> Based on nginx 1.9.3 (10-7-2015) with; > is there a release for nginx 1.9.3 (non-Lizard)? I do not see it at > http://nginx.org/en/download.html This nginx for Windows d

Re: [ANN] Windows nginx 1.9.3.1 Lizard

2015-07-10 Thread Igal @ Lucee.org
> On 7/10/2015 12:07 PM, itpp2012 wrote: >> Based on nginx 1.9.3 (10-7-2015) with; is there a release for nginx 1.9.3 (non-Lizard)? I do not see it at http://nginx.org/en/download.html thanks, Igal Sapir Lucee Core Developer Lucee.org On 7/10/2015 12:07 PM, itpp2012 wrote: >

Re: Nginx + PHP Windows Network Sharing Uploads locking/slow load time

2015-07-10 Thread itpp2012
c0nw0nk Wrote: --- > I did look in the docs and find this "fastcgi_buffering off;" And "proxy_buffering off;" > > Is that what you are referring to ? Yea thats it, I knew they were there but couldn't remember them as fast. Posted at Nginx Forum

Re: Nginx + PHP Windows Network Sharing Uploads locking/slow load time

2015-07-10 Thread c0nw0nk
Hi itpp2012 thanks for the swift response :), I am not proxying to PHP Nginx passes the request to the fastcgi upstream Nginx + PHP are both on the same machine just the storage machine (the mapped hard drive) is seperate. I did look in the docs and find this "fastcgi_buffering off;" And "proxy_bu

[ANN] Windows nginx 1.9.3.1 Lizard

2015-07-10 Thread itpp2012
18:54 10-7-2015 nginx 1.9.3.1 Lizard Based on nginx 1.9.3 (10-7-2015) with; + Openssl-1.0.1p (CVE-2015-1793) + nginx-module-vts (new fix for 32bit total overflow counters) + Array-var-nginx-module v0.04 (upgraded 29-6-2015) + echo-nginx-module v0.58 (upgraded 29-6-2015) + encrypted-session-nginx-m

Re: Nginx + PHP Windows Network Sharing Uploads locking/slow load time

2015-07-10 Thread itpp2012
There is a no_buffer option for proxy you could try (see regular manual for correct function name). Posted at Nginx Forum: http://forum.nginx.org/read.php?2,260193,260194#msg-260194 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailma

Nginx + PHP Windows Network Sharing Uploads locking/slow load time

2015-07-10 Thread c0nw0nk
So i have Nginx as a web server with PHP running as fastcgi what nginx serves traffic via upstreams. The strange bug i have encountered is the fact when i upload a large file lets say 2GB and PHP must pass this file to a mapped hard drive via network sharing. PHP/Nginx does not serve traffic to an

Problem with devise and nginx proxy cache

2015-07-10 Thread birimblongas
Hi. I have a RoR project which was working just fine. But i've tryied to follow this site and add proxy cache to my nginx config: http://vstark.net/2012/10/21/nginx-unicorn-performance-tweaks/ and devise just won't sign_in anymore. I don't get any errors, just don't sign_in and redirect me to login

Lost connection after reading 2147479552 bytes with sendfile

2015-07-10 Thread Mathias Andre
Hi! I've bumped into a strange problem lately, and though I've found a workaround I thought I'd post here to try and understand what the underlying issue can be in case it affects anyone else. The short version is: Running Nginx 1.9.2 on Scientific Linux 6 with a 2.6.32-504.8.1.el6.x86_64 kernel

try_files setup

2015-07-10 Thread Artur
Hello, I'm quite new to the advanced nginx configuration so I will need your help. :) I'm currently working on a nginx + php5-fpm (chrooted) + wordpress setup. My basic setup works fine but I wanted to improve the try_files section. My main concern is to correctly take in charge URIs by nginx or

Re: nginx on Debian: dynamic network interfaces

2015-07-10 Thread B.R.
On Wed, May 27, 2015 at 6:40 PM, itpp2012 wrote: > > Will you make everyone using nginx on Debian using > > that > > trick, as soon as they need DNS on a default 'hotplug' interface with > > sysvinit? > > No I'd make everyone use IP addresses with the EBLB I've introduced a while > ago with sourc

Re: *_cache_revalidate directives

2015-07-10 Thread Alt
Hello, Thanks again Roman for the explanation and link! Best Regards Posted at Nginx Forum: http://forum.nginx.org/read.php?2,260148,260179#msg-260179 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx