Phpfpm: Difference between revisions
imported>Tamiyo don't want both fastcgi_params & fastcgi.conf |
m link added, Category:PHP added |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
php-fpm is a fastcgi interface for php. | [https://www.php.net/manual/en/install.fpm.php php-fpm] is a fastcgi interface for php. | ||
== Configuration for nginx== | == Configuration for nginx== | ||
Line 57: | Line 57: | ||
Otherwise file names like ''gly'''php'''ro.css'' will be matched and parsed by the php interpreter. Which likely fails with an access error because of php-fpms [https://www.php.net/manual/en/install.fpm.configuration.php security.limit_extensions]. | Otherwise file names like ''gly'''php'''ro.css'' will be matched and parsed by the php interpreter. Which likely fails with an access error because of php-fpms [https://www.php.net/manual/en/install.fpm.configuration.php security.limit_extensions]. | ||
See also [ | See also [[Nginx | the nginx article]]. | ||
== PHP Extensions == | == PHP Extensions == | ||
Line 70: | Line 70: | ||
} | } | ||
</syntaxHighlight> | </syntaxHighlight> | ||
[[Category:PHP]] |