[php-maint] Bug#687418: Updating php5 to 5.4.4-5 broke FastCGI setup on my machine

Konstantin Khomoutov flatworm at users.sourceforge.net
Mon Sep 17 16:04:30 UTC 2012


On Mon, 17 Sep 2012 19:57:57 +0400
Konstantin Khomoutov <flatworm at users.sourceforge.net> wrote:

[...]
> Or is the correct thing for me is to just change
> 
> <FilesMatch ".+\.ph(p[345]?|t|tml)$">
>     SetHandler application/x-httpd-php
> </FilesMatch>
> 
> to
> 
> <FilesMatch ".+\.ph(p[345]?|t|tml)$">
>     SetHandler fcgid-script
> </FilesMatch>
> 
> ?

Answering to myself:

<FilesMatch ".+\.ph(p[345]?|t|tml)$">
    SetHandler fcgid-script
    FcgidWrapper /usr/bin/php-cgi
</FilesMatch>

does really fix my problem server-wide.



More information about the pkg-php-maint mailing list