Re: [alert] could not add new SSL session to the session cache while SSL handshaking

2014-03-10 Thread Maxim Dounin
Hello! On Sun, Mar 09, 2014 at 12:23:23PM +0100, Lukas Tribus wrote: > Hi Maxim, > > > > You've changed SSL session timeout from 10 minutes to 24 hours, > > and this basically means that sessions will use 144 times more > > space in session cache. On the other hand, cache size wasn't > > change

Re: Authentication module help!

2014-03-10 Thread Maxim Dounin
Hello! On Fri, Mar 07, 2014 at 09:38:42PM -0500, lerouxt wrote: > Hi, I'm trying to integrate nginx with a proprietary authentication scheme > and I need a bit of help! > > The auth scheme is this: traffic is allowed through nginx if there exists a > cookie containing a valid HMAC. If not, ngi

Re: proxy_store help requested

2014-03-10 Thread Maxim Dounin
Hello! On Sun, Mar 09, 2014 at 10:34:08PM -0400, nginx_newbie_too wrote: > The 304 response from the upstream server ended up being the culprit. If I > changed the upstream server to have 'if_modified_since off;" and thus always > respond with a 200 and the content, the problem is resolved. To fr

Re: fastcgi_response_time ?

2014-03-10 Thread Maxim Dounin
Hello! On Mon, Mar 10, 2014 at 01:51:54PM +0100, etienne.champet...@free.fr wrote: > Hi > > I'm using nginx in front of fastcgi servers (fastcgi_pass ...), > I would like to have in my logs the response_time and the > fastcgi_response_time (which doesn't exist), > is it possible? > > I've trie

Re: Some Issues with Configuration

2014-03-10 Thread Richard Ibbotson
Hi Thanks for some helpful answers so far. I'm sure I'm neary there. Just need a bit more help. I'm getting error 404 when I try to load a Wordpress page. That's better than the previous attempt where NGINX was loading the PHP code from WP. Some progress. I can also load static HTML page

Re: No SPDY support in the official repository packages

2014-03-10 Thread AJ Weber
This may be obvious, but as such, the OpenSSL 1.0.1e package is available to virtually all CentOS 6.x via the official yum repos, so it's not just for CentOS 6.5 (technically). -AJ On 3/7/2014 3:16 PM, Per Hansson wrote: I second this request, it would be very welcome :) Posted at Nginx For

fastcgi_response_time ?

2014-03-10 Thread etienne . champetier
Hi I'm using nginx in front of fastcgi servers (fastcgi_pass ...), I would like to have in my logs the response_time and the fastcgi_response_time (which doesn't exist), is it possible? I've tried upstream_response_time but it's always the same value as fastcgi_response_time, even with slow con

Seeking for dynamic proxy_pass solution

2014-03-10 Thread autogun
Hello, I'd like to achieve something as follow using nginx - When browsing to http://myserver/10.10.21.102 for example, I want proxy_pass to be set to http://10.10.21.102; Im getting somewhere but still need help, Catching the argument this way - http://server/?device=10.10.21.102 In nginx conf