Re: Basic auth is slow

2015-11-30 Thread Joó Ádám
Wow, I just realized how stupid my question was. I wasn’t considering the high iteration count I myself selected for hashing… Thanks, Maxim! Á ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: PHP and CGI on UserDir

2015-11-30 Thread Aleksandar Lazic
Hi. Am 29-11-2015 12:02, schrieb Smart Goldman: Hi, thank you for great help, Aleksandar Lazic. I tried it. How looks now your config? PHP script shows me "File not found." and outputs the following log: 2015/11/29 05:50:15 [error] 5048#0: *6 FastCGI sent in stderr: "Primary script unknown"

Re: 502 errors and request_time

2015-11-30 Thread Maxim Dounin
Hello! On Sat, Nov 28, 2015 at 03:02:33PM +0800, Shi wrote: > Hi: > > I've found 2 kinds of 502 errors in my server: > > connection reset by peer, it happens as request_time reach to 10s. > > connection timeout, it happens as request_time reach to 3s. > > Server is: > > centos , kernel(2.6.3

Re: nginx and oracle weblogic server

2015-11-30 Thread itpp2012
Garcia Wrote: --- > Hi, > Can Nginx work with oracle weblogic server properly? As a proxy nginx can easily handle weblogic servers, interfacing (API) nginx with Oracle can be done with Lua. > Does Oracle have support for Nginx? It depends wha

Re: Basic auth is slow

2015-11-30 Thread Maxim Dounin
Hello! On Sat, Nov 28, 2015 at 06:18:54PM +0100, Joó Ádám wrote: > Hi, > > I just noticed that enabling basic authentication adds between 100 and > 150 ms to my otherwise 30-40 ms page load time. Is this known > behaviour? Is this somehow inherent or a design / implementation > mistake? Basic a