[Fedora-php-devel-list] PHP 5.6 change proposal for F21 - Apache configuration

Joe Orton jorton at redhat.com
Thu Apr 3 08:58:58 UTC 2014


On Thu, Apr 03, 2014 at 09:35:37AM +0200, Remi Collet wrote:
> 
> <IfModule !mod_php5.c>
>     #
>     # Cause the PHP interpreter to handle files with a .php extension.
>     #
>     <FilesMatch \.php$>
>          SetHandler "proxy:fcgi://127.0.0.1:9000"
>     </FilesMatch>
> </IfModule>

All sounds good to me too.  php-fpm will need to Requires: the patched 
version of httpd.

Are the SELinux rules set up so connections to TCP port 9000 are allowed 
by default from httpd?

Regards, Joe


More information about the php-devel mailing list