Re: Issue nginx - ajax

2014-05-26 Thread Vishal Mestri
Thanks B. R. for your immediate reply. Configuration file which we are using is attached along with the email. We want following functions :- On our server there are two services running. One on 80 port and another one on 6400 port. We want to use Nginx as product which can help us to SS

Re: Issue nginx - ajax

2014-05-26 Thread B.R.
If you wanted more help, you could provide some of the following: - Your configuration and what you expect it to do - The step you took to check the communication between nginx and your backend (the dumps of tcpdump) with details of what you expected Logs only show applied configuration (which mig

Re: Fwd: NGINX config for websocket HA failover

2014-05-26 Thread Maxim Dounin
Hello! On Mon, May 26, 2014 at 05:51:11PM +0530, Hari Poludasu wrote: > Hi, > > > > I would like to use NGINX for failover in my HA setup. I have two VMs > running in Active-Active mode and listening on 9080 port for WebSocket > connections from clients. I would like to use NGINX to route all

Fwd: NGINX config for websocket HA failover

2014-05-26 Thread Hari Poludasu
Hi, I would like to use NGINX for failover in my HA setup. I have two VMs running in Active-Active mode and listening on 9080 port for WebSocket connections from clients. I would like to use NGINX to route all websocket traffic to route to VM1 and must route to VM2 only on failure of VM1. NGINX

Re: connection starvation problem

2014-05-26 Thread Maxim Dounin
Hello! On Sun, May 25, 2014 at 12:15:51PM -0400, xinghua_hi wrote: > hi: > > In man epoll , a section refer to "epoll edge trigger starvation > problem", and around to this we need to maintain a ready list instead of > read socket > until EAGAIN. but i didn't find any related solution cod

Passing arguments from the conf file to the module

2014-05-26 Thread Adarsh Pugalia
I have a command 'pass' that needs to pass two arguments to its handler. I know that in the conf file, i just need to write "pass arg1 arg2". But how do i access these arguments in the handler? Please guide me through this. Thanks. ___ nginx mailing list

Re: Nginx-1.6.0 Swapping

2014-05-26 Thread Maxim Dounin
Hello! On Fri, May 23, 2014 at 12:31:23PM -0400, loki wrote: > I have recently upgraded to Nginx-1.6.0 from 1.4.2 and I am seeing that > Nginx is swapping a lot. I have tried reducing vm.swappiness=0 but has not > worked. This continues to happen on multiple servers that are running > Nginx-1.6.0

NGINX: Reverse Proxy (SSL) with non-ssl backend

2014-05-26 Thread Nelson Manuel Marques
Hi, I currently run a small system which consists on an Apache HTTP with PHP (8080) backend (no SSL on localhost) with a Varnish HTTP accelerator on Port 9000 (localhost) and a NGINX reverse proxy (SSL). I am facing a small issue with this setup, mainly, when I select checkboxes and friends a

Re: Modules behaving differently on 32-bit and 64-bit systems?

2014-05-26 Thread danielf
Sorry if im bumping a very old thread but was a more permanent solution ever found to this problem? //Daniel F Posted at Nginx Forum: http://forum.nginx.org/read.php?2,243883,250353#msg-250353 ___ nginx mailing list nginx@nginx.org http://mailman.ngin