> # the following is for rewritting under FastCGI > <IfModule !mod_php5.c> > RewriteRule ^(.*)$ index.php?/$1 [L] > </IfModule>
I don't know what this is supposed to do, but it doesn't pass the request to php-fpm. There's no information about where php-fpm is listening there. I suggest a different guide. Since you are working in htaccess, your final config should look like one of the SetHandler snippets in https://httpd.apache.org/docs/2.4/mod/mod_proxy_fcgi.html --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org