Re: Nginx Fastcgi_cache performance - Disk cached VS tmpfs cached VS serving static file

2013-10-03 Thread ddutra
Maxim Dounin Wrote: --- > The 15 requests per second for a static file looks utterly slow, > and first of all you may want to find out what's a limiting factor > in this case. This will likely help to answer the question "why > the difference

Re: Nginx Fastcgi_cache performance - Disk cached VS tmpfs cached VS serving static file

2013-10-03 Thread Maxim Dounin
Hello! On Thu, Oct 03, 2013 at 12:34:20PM -0400, ddutra wrote: [...] > Scenario three - The same page, saved as .html and server by nginx > > Transactions:1799 hits > Availability: 100.00 % > Elapsed time: 120.00 secs > Data transferred:

Nginx Fastcgi_cache performance - Disk cached VS tmpfs cached VS serving static file

2013-10-03 Thread ddutra
Hello guys, First of all, thanks for nginx. It is very good and easy to setup. And it is kind of a joy to learn about it. Two warnings: this performance thing is addictive. Every bit you squeeze, you want more. And English is my second language so pardon me for any mistakes. Anyways I am compari

Re: Does Nginx have separate queuing mechanism for requests?

2013-10-03 Thread Maxim Dounin
Hello! On Thu, Oct 03, 2013 at 10:26:33AM -0400, amehzenin wrote: > Maxim Dounin Wrote: > --- > > > > There is no queue in nginx, but there is queue in a listen socket > > of your backend app. It's called "listen queue" or "backlog" and > >

Re: Wordpress log in 404 Not Found nginx/1.4.2 issue

2013-10-03 Thread pothi
Please post your Nginx conf. Without it, no one can guess what could have gone wrong in your specific case. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,243399,243407#msg-243407 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.or

Re: Does Nginx have separate queuing mechanism for requests?

2013-10-03 Thread amehzenin
Maxim Dounin Wrote: --- > > There is no queue in nginx, but there is queue in a listen socket > of your backend app. It's called "listen queue" or "backlog" and > likely it's what preserves a request order for you. > > -- > Maxim Dounin > ht

Re: Getting forward secrecy enabled

2013-10-03 Thread Gena Makhomed
On 03.10.2013 15:36, Sergey Budnevitch wrote: nginx itself has no ciphers support, it depend on openssl. RHEL/CentOS version of openssl lacks elliptic curve ciphers, it is explicitly striped from rpm (https://bugzilla.redhat.com/show_bug.cgi?id=319901), and ECDHE is unavailable on RHEL/CentOS w

Re: Getting forward secrecy enabled

2013-10-03 Thread Sergey Budnevitch
On 3 Oct2013, at 16:36 , Sergey Budnevitch wrote: > > On 2 Oct2013, at 15:08 , Vahan Yerkanian wrote: > >> On Oct 2, 2013, at 9:57 AM, justin wrote: >> >>> I don't compile nginx, I get it from the official CentOS repo: >>> >>> [nginx] >>> name=nginx repo >>> baseurl=http://nginx.org/pack

Re: Getting forward secrecy enabled

2013-10-03 Thread Sergey Budnevitch
On 2 Oct2013, at 15:08 , Vahan Yerkanian wrote: > On Oct 2, 2013, at 9:57 AM, justin wrote: > >> I don't compile nginx, I get it from the official CentOS repo: >> >> [nginx] >> name=nginx repo >> baseurl=http://nginx.org/packages/centos/6/$basearch/ >> gpgcheck=0 >> enabled=1 >> > > That's

Wordpress log in 404 Not Found nginx/1.4.2 issue

2013-10-03 Thread orestespap
Hey guys, When I try to log-in for the site I work for I receive an issue. I type user and password correctly and then it redirects to a 404 Not Found nginx/1.4.2 error. When visiting the home page of the site it shows that I am loged in but when I click visit dashboard it redirects there. Any he