From:             postmaster at angosso dot net
Operating system: php-cgi daemon
PHP version:      5.3.14
Package:          Dynamic loading
Bug Type:         Bug
Bug description:inetpub docRoot"E:\web\angosso2.php.ini"

Description:
------------
server {
    listen   [::]:80;
    server_name  exemple.com www.angosso.net;
    access_log  /var/www/logs/angosso.net.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>
Revision:
http://www.angosso.net/pub/page/home.php?p=php-src.git;a=commit;h=2a600a3b752af8ab5f337ecd9dffd3feb020da18
Log: - fix bug #60272, typo

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.

-- 
Edit bug report at https://bugs.php.net/bug.php?id=62401&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=62401&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=62401&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=62401&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=62401&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=62401&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=62401&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=62401&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=62401&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=62401&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=62401&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=62401&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=62401&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=62401&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=62401&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=62401&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=62401&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=62401&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=62401&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=62401&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=62401&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=62401&r=mysqlcfg

Reply via email to