Size: 612
Comment:
|
Size: 784
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 25: | Line 25: |
As a security measure, the allowable extensions should be set as strictly as possible. {{{ security.limit_extensions = .php .html .htm }}} ---- == Usage == |
PHP-FPM
The PHP FastCGI Process Manager (PHP-FPM) is an implementation of the FastCGI specification.
Contents
Installation
PHP-FPM naturally depends on php(1). See here for help with installation, and here for help with configuration.
Most Linux and BSD distributions will offer a php-fpm package.
Official container images are available from the upstream development team. They are tagged like php:<version>-fpm
Configuration
As a security measure, the allowable extensions should be set as strictly as possible.
security.limit_extensions = .php .html .htm