# setup via fastcgi to run php5 # the server name is bogus actually, to satisfy mod_fastcgi FastCgiExternalServer /usr/bin/php56.fcgi -socket /var/run/php/fcgi.sock -idle-timeout 120 ScriptAlias /php-fcgi /usr/bin/php56.fcgi SetHandler fastcgi-script Allow from all Action application/x-httpd-php-fcgi /php-fcgi # To register handler for .php in your config context: # # AddType application/x-httpd-php-fcgi .php #