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