<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Hello,<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">I am considering the following configuration:<br>

</div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">server {<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">    include fastcgi.conf # Default configuration coming with a Debian package which contains a definition of the SCRIPT_FILENAME FastCGI variable with $document_root$fastcgi_script_name as its value<br>

...<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">    location ~^/index\.php {<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">        fastcgi_split_path_info ^(/index\.php)(/.*)$;<br>

</div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">    }<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">}<br clear="all"></div><br><div class="gmail_default" style="font-size:small;color:rgb(51,51,153);display:inline">

​Will the FastCGI SCRIPT_FILENAME variable value take into account the value of $fastcgi_script_name after fastcgi_split_path_info has been called or will it be resolved when the fastcgi.conf file is included?<br clear="all">

</div><font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font>
</div>