<div dir="ltr"><div>Hello,</div><div><br></div><div>I've the same problem in Apache and nginx: TRequest.PathInfo always returns an empty string.</div><div><br></div><div>In Apache, I'm using the the mod_proxy_fcgi module already distributed in Apache 24. In nginx, I'm using this configuration:</div><div><br></div><div>location /dev/duallsms {</div><div><span class="" style="white-space:pre">    </span>fastcgi_pass  localhost:8080;</div><div>... other configurations ...</div><div><span class="" style="white-space:pre">  </span>fastcgi_param PATH_INFO $fastcgi_path_info; # from nginx docs</div><div>}</div><div><br></div><div>First I've tested it on Windows, but I've noticed that it fail in Linux too. So I ask: is PATH_INFO available in FastCGI (working as proxy)? If not, what I use instead it?!</div><div><br></div><div>Thank you!</div><div><div><br></div>-- <br><div class="gmail_signature">Silvio Clécio<br>My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a></div>
</div></div>