All,
I am trying to use the eval module with the following simple configuration. I am using agentzh's version of the eval module. The configuration is simple and is below. This configuration serves yahoo.com main page with nginx version 0.8.41. But with 0.8.54 (which should have eval bug fixed) the connection hangs for ever. I tried the patch with 0.8.53 with the same result.
Is this supposed to work?
-Umesh
location /eval/ {
rewrite /eval(.*)$ $1 break;
eval $res {
set $memc_key $host:$request_uri;
set $memc_value 1;
set $memc_cmd incr;
memc_pass 127.0.0.1:11211;
}
resolver 10.40.6.72;
proxy_pass http://www.yahoo.com/;
}
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://nginx.org/mailman/listinfo/nginx-devel