php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #62400 inetpub docRoot"E:\web\angosso2.input file specified"
Submitted: 2012-06-23 19:15 UTC Modified: 2012-06-26 08:31 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: postmaster at angosso dot net Assigned:
Status: Not a bug Package: Website problem
PHP Version: 5.3.14 OS: php-cgi daemon
Private report: No CVE-ID: None
 [2012-06-23 19:15 UTC] postmaster at angosso dot net
Description:
------------
server {
    listen   [::]:80;
    server_name  angosso.net www.example.com;
    access_log  /var/www/logs/example.com.access.log;  

    location / {
        root   /var/www/angosso.net;
        index  index.html index.htm index.pl;
    }

    location /images {
        autoindex on;
    }

    location ~ \.php$ {
        fastcgi_pass   96.31.35.28:8172;
        fastcgi_index  index.php;
        fastcgi_param  SCRIPT_FILENAME  /var/www/angosso.net$fastcgi_script_name;
        include fastcgi_params;
    }
}

Test script:
---------------
Config File \var\www.angosso.net\logs\E:\web\angosso2\account\web.config 

Expected result:
----------------
<system.webServer>
<security>
<add accessType="Allow" users="'\var\www\angosso.net\logs\e:\PHP\php-cgi.exe'*" />
php-cgi.exe. 
Add Role Services
config /section:system.webServer/fastCGI ^
/+[fullPath='\war\www\angosso.net\logs\e:\PHP\php-cgi.exe']
    <authentication>
      <anonymousAuthentication enabled="true" userName="IUSR" />
    </authentication>
   </security>
</system.webServer>

Actual result:
--------------
fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
serve a non-existent file with a .php extension, it passes the request to php-cgi.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-06-26 08:31 UTC] bjori@php.net
This is not a problem with out website.
Please lookup the documentations of your webserver for your platform
 [2012-06-26 08:31 UTC] bjori@php.net
-Status: Open +Status: Not a bug
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 20:01:30 2024 UTC