HTTP Redis, SSI and error log

Sergey A. Osokin osa at FreeBSD.org.ru
Sat Jan 22 02:25:52 MSK 2011


On Fri, Jan 21, 2011 at 03:13:18PM -0500, vchav wrote:
> > What is the $key?
> set $redis_key "$http_host$document_uri$query_string";

Does it possible get "$http_host$document_uri$query_string" key-value
via redis_cli?
Could you please provide logs with this key?

> > Provide more information about redisbackend
> > description.
> 
> upstream redisbackend {
>       server 127.0.0.1:6379;
>       keepalive 256 single;
> }

keepalive options available only if you are compile nginx with
ngx_http_upstream_keepalive third-party module.

> Additional information : I've removed the line
> static ngx_str_t  ngx_http_redis_db  = ngx_string("redis_db");
> 
> Because of error in compilation.
> ./configure ... --add-module=../ngx_http_redis-0.3.2
> --add-module=../ngx_http_upstream_keepalive-c6396fef9295
> make && make install

What is the platform do you using?  You should remove -Wall from 
your CFLAGS, as I told you in private letter.
Also, I fix compilation problem in future releases.

--
Sergey A. Osokin
osa at FreeBSD.ORG.ru
osa at FreeBSD.ORG



More information about the nginx mailing list