How to make Nginx forget a hostname?

2014-10-11 Thread jbjares
Hi Nginx forums team, I'm with a issue related a removed configuration file for a specific hostname. So, I need to associate the hostname with a new ip address from other vm, but it's not possible because, this hostname always are resolved by nginx. I am using ubuntu server lucid 64; I removed the

Disable SSL3 handshake errors

2014-10-11 Thread Lorenzo Raffio
I disabled SSL3 in ssl_protocols (ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ). So PCs with old browsers (example: IE on WinXP) fail to do the handshake and I have my nginx logs full of these errors ​​ : SSL_do_handshake() failed (SSL: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version numb

Re: nginx have directives like httpd's MaxRequestsPerChild

2014-10-11 Thread Valentin V. Bartenev
On Saturday 11 October 2014 11:57:47 MerKer Xu wrote: > hi there, does nginx have directives like apache's MaxRequestsPerChild? > > Description: Limit on the number of requests that an individual child server > will handle during its life > Syntax:MaxRequestsPerChild number > > I only found

RE: Can I use ngix as a SSL encryption wrapper as Stunnel?

2014-10-11 Thread Lu, Boying
I just want to wrapper node-to-node TCP communications among ZooKeeper nodes which uses its own protocol Zab. I know it can be done through Stunnel. Is it feasible to use Nginx? If yes, can you point me to some document? Thanks Boying -Original Message- From: nginx-boun...@nginx.org

Re: Can I use ngix as a SSL encryption wrapper as Stunnel?

2014-10-11 Thread itpp2012
For some things yes, depends on what your replacing. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,253904,253908#msg-253908 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx