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
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
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
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
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
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
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
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