FPM with mod_fastcgi/apache2.4 is broken after db537b1f commit
| Bug #67606 | FPM with mod_fastcgi/apache2.4 is broken after db537b1f commit | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2014-07-11 07:36 UTC | Modified: | 2014-08-14 17:56 UTC |
|
||||||||||
| From: | ondrej@php.net | Assigned: | dzuelke (profile) | |||||||||||
| Status: | Closed | Package: | FPM related | |||||||||||
| PHP Version: | 5.6.0RC2 | OS: | Linux | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2014-07-11 07:36 UTC] ondrej@php.net
Description: ------------ As reported in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754384 Reverting db537b1f fixes the issue. Test script: --------------- mod_fastcgi configuration: AddHandler php5-fcgi .php Action php5-fcgi /php5-fcgi Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -socket /var/run/php5-fpm.sock -pass-header Authorization Expected result: ---------------- Page interpreted and loaded. Actual result: -------------- After the upgrade, every PHP page displays "file not found" and I get this error in /var/log/apache2/error.log: FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: Primary script unknown
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2014-07-11 14:26 UTC] dz at heroku dot com
[2014-07-11 15:38 UTC] tyrael@php.net
-Assigned To: +Assigned To: dzuek
[2014-07-11 15:38 UTC] tyrael@php.net
[2014-07-11 15:47 UTC] dz at heroku dot com
[2014-07-11 16:04 UTC] dz at heroku dot com
[2014-07-14 08:32 UTC] tyrael@php.net
-Assigned To: dzuek +Assigned To: dzuelke
[2014-07-14 08:40 UTC] ondrej@php.net
[2014-08-14 17:34 UTC] dz at heroku dot com
[2014-08-14 17:56 UTC] jpauli@php.net
-Status: Assigned +Status: Closed
[2014-08-29 10:00 UTC] dz at heroku dot com