Hi,
there is a small bug in nginx-0.8.33 in ngx_http_variables.c in line 497.
Should be 14 there.
I wrote an alternative mod_rewrite module for Apache, which in the response
set header X-Accel-Redirect.
I also set X-Path-Info there.
In the nginx.conf I tried to set:
fastcgi_param PATH_INFO $upstream_http_x_path_info; # but
$upstream_http_x_path_info is empty. Why?
How could I set PATH_INFO without patching nginx, to the value of the
X-Path-Info header got from proxy?
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://nginx.org/mailman/listinfo/nginx-devel