Bug #184
Upgrade to php4.4 on gentoo causes spawn-fcgi to cease working
| Status: | Fixed | Start: | ||
| Priority: | High | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | - | |||
| Pending: | Resolution: | fixed |
||
Description
- Starting spawn-fcgi ...
Content-type: text/html
No process is really started (ps/lsof checks)
I had also to set expose_php = Off in php.ini to suppress the X-Powered-by
header generation
The outpout of /etc/init.d/spawn-fcgi start always mentions
Content-type: text/hml because of a change in php 4.4 documented in php.ini :
; As of 4.0b4, PHP always outputs a character encoding by default in
; the Content-type: header. To disable sending of the charset, simply
; set it to be empty.
Can you test php 4.4 + libghttpd ?
On Gentoo clearly it's a non-working mix.
-- Stephane.Lentz
History
07/19/2005 02:35 PM - Anonymous
- Status changed from New to Fixed
- Resolution set to fixed
There is no real problem : php 4.4 and lighttpd work fine together!!!
The sole problem is that now with the new ebuild for php 4.4 you need
to add fastcgi to the USE variable to get php with fastcgi support.
I missed that big change in php-cgi-4.4.0-r1.ebuild .
Sorry for bothering you for nothing.
-- Stephane.Lentz