Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 352579

Summary: dev-lang/php-5.3: fpm works badly with cgi.fix_pathinfo = 0
Product: Gentoo Linux Reporter: Deniss Gaplevsky <slim>
Component: New packagesAssignee: PHP Bugs <php-bugs>
Status: RESOLVED UPSTREAM    
Severity: normal CC: gef.kornflakes
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://bugs.php.net/bug.php?id=51983
Whiteboard:
Package list:
Runtime testing required: ---

Description Deniss Gaplevsky 2011-01-24 10:26:15 UTC
FPM features pm.status_path & ping.path do not work when cgi.fix_pathinfo is set to "0". tested for nginx
this patch address the problem http://bugs.php.net/bug.php?id=51983

Reproducible: Always

Steps to Reproduce:
1. set cgi.fix_pathinfo = 0 in php config file
2. configure pm.status_path to be caught by php-fpm
3. open status_path url

Actual Results:  
content of file pm.status_path if exist or 404 error

Expected Results:  
internal status of fpm
Comment 1 Ole Markus With (RETIRED) gentoo-dev 2011-03-12 21:10:18 UTC
The patch from that bug seem to have some issues according to the comments in the upstream bug. I'll keep a watch on what is going on upstream regarding this issue.
Comment 2 Ole Markus With (RETIRED) gentoo-dev 2014-11-23 14:29:07 UTC
Well, this bug has lasted for some years. There have been various fixes applied upstream (see upstream bug) and not too many complaints here. Resolving as upstream bug.