Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352579 - dev-lang/php-5.3: fpm works badly with cgi.fix_pathinfo = 0
Summary: dev-lang/php-5.3: fpm works badly with cgi.fix_pathinfo = 0
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL: http://bugs.php.net/bug.php?id=51983
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-24 10:26 UTC by Deniss Gaplevsky
Modified: 2014-11-23 14:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.