Re: keepalive_timeout, proxy_send_timeout, and proxy_read_timeout ignored

2015-07-13 Thread Hutobenly Kadiny
In modern times, with all the marketplace increasing countless design renovations, wrist watches can be around appropriate downloads on the genuine. How come primarily near, it's possible to think about. Considering that entire concept of watches would be to create a reasonably priced products,

Re: New to nginx question about php-fpm

2015-07-13 Thread Anoop Alias
Looks like you are using the cpXstack cpanel plugin. Please read https://support.sysally.net/projects/ndeploy/wiki/CpXstack_and_cpHstack_users_read_this -- *Anoop P Alias* ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinf

Re: Nginx Magento multistore configuration

2015-07-13 Thread steve
I have a feeling that you may be taking the wrong approach... there is no need to use these subfolders for each storefront any more. Each separate storefront has an unique type / code pair, which needs to be passed to Magento to identify the site you're using. I find the simplest way to set it

Nginx Magento multistore configuration

2015-07-13 Thread J_12
There is a website that has multiple subcatogories which are stores in magento: www.website.com/sub1 www.website.com/sub2 www.website.com/sub3 The server used is ngnix. everything is set up. And used to work, the nginx conf file for this site need to be reconstructed. at the moment when for exam

Re: New to nginx question about php-fpm

2015-07-13 Thread adjc98
Found nginx conf: server { listen 184.154.39.58:80 default_server; server_name _; access_log off; location / { proxy_send_timeout 90; proxy_read_timeout 90; proxy_buffer_size4k; proxy_buffers 16 32k;

New to nginx question about php-fpm

2015-07-13 Thread adjc98
I am new to nginx and had a question about php-fpm. It seems that php-fpm is being restarted at random times. I am not sure what is causing the restart, but when it does I am getting this in the php-fpm.log [12-Jul-2015 00:52:29] ERROR: An another FPM instance seems to already listen on /opt/

keepalive_timeout, proxy_send_timeout, and proxy_read_timeout ignored

2015-07-13 Thread dgobaud
Hi, I'm using AWS Beanstalk with nginx in front of a Puma server serving Ruby on Rails. I have one URL that is for an EventSource so it is kept alive and data is streamed out. I was running into this problem http://forum.nginx.org/read.php?2,237386,237386 where when the client closes the browser bu

Re: Dropped https client connection doesn't drop backend proxy_pass connection

2015-07-13 Thread dgobaud
Any update on this? Seeing this problem with nginx leaving connections open on AWS Beanstalk using nginx to proxy to puma/ruby on rails. nginx version: nginx/1.6.2 NAME="Amazon Linux AMI" VERSION="2015.03" ID="amzn" ID_LIKE="rhel fedora" VERSION_ID="2015.03" PRETTY_NAME="Amazon Linux AMI 2015.03"

Re: Query Rewrite Help

2015-07-13 Thread Ben
Thanks ! On 13/07/2015 12:04, B.R. wrote: Your PCRE is not right. You might interpret it in more 'natural' language as: /api/app/// The URI /api/app/login does not match it. You have several ways of addressing that: - Rewrite you huge, do-it-all PCRE, adding optional, non-capturing groups - Spl

Re: Query Rewrite Help

2015-07-13 Thread B.R.
Your PCRE is not right. You might interpret it in more 'natural' language as: /api/app/// The URI /api/app/login does not match it. You have several ways of addressing that: - Rewrite you huge, do-it-all PCRE, adding optional, non-capturing groups - Split the rewriting rule in several versions, ea

Query Rewrite Help

2015-07-13 Thread Ben
Hi, Am suffering with a bit of writer's block when it comes to query rewrites. I've got a rewrite rule that looks like : rewrite ^/api/app/([^/]+)/([^/]+)/([^/]+)?$ /api/app/$1.php?p=$2&q=$3? last; I am having two problems : - I am getting 404 when I try to make a POST call to /api/app/login,

Re: NGINX plus REST monitoring API query

2015-07-13 Thread Maxim Konovalov
Hi Subramaniam, On 7/11/15 8:44 AM, Subramaniam C wrote: > 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 c