1 2 3 4 5 6 7
# Redirect to local php-fpm if mod_php is not available <IfModule !mod_php5.c> <FilesMatch \.php$> SetHandler "proxy:fcgi://127.0.0.1:9000" </FilesMatch> </IfModule>