Line 407:
Line 407:
Options +FollowSymLinks
Options +FollowSymLinks
DirectoryIndex index.php index.shtml index.htm index.html
DirectoryIndex index.php index.shtml index.htm index.html
−
AddHandler phpMYPOOL-fastcgi .php
+
<FilesMatch \.php$>
+
SetHandler "proxy:unix:/var/run/php-fpm/php80-MYPOOLNAME.sock|fcgi://localhost"
+
</FilesMatch>
AllowOverride All
AllowOverride All
order deny,allow
order deny,allow