- Source code: sapi/fpm/CMakeLists.txt
Configure the fpm
PHP SAPI.
Note
PHP FPM is not available when the target system is Windows.
- Default:
OFF
- Values:
ON|OFF
Enable the FastCGI Process Manager (FPM) SAPI module.
- Default:
nobody
Set the user for running PHP FPM.
- Default:
nobody
Set the group for running PHP FPM. For a system user, this should usually be set in a way to match the FPM username.
- Default:
OFF
- Values:
ON|OFF
Use POSIX Access Control Lists.
Where to find ACL installation on the system, can be customized with the
ACL_ROOT
variable.
Note
This option is not available when the target system is Darwin (macOS) as this system doesn't have ACL.
- Default:
OFF
- Values:
ON|OFF
Enable the AppArmor confinement through libapparmor.
Where to find AppArmor installation on the system, can be customized with the
APPARMOR_ROOT
variable.
Note
This option is not available when the target system is Darwin (macOS) as this system doesn't have AppArmor.
- Default:
OFF
- Values:
ON|OFF
Enable the SELinux policy library support.
Where to find SELinux installation on the system, can be customized with the
SELINUX_ROOT
variable.
Note
This option is not available when the target system is Darwin (macOS) as this system doesn't have SELinux.
- Default:
OFF
- Values:
ON|OFF
Enable the systemd integration.
Where to find systemd installation on the system, can be customized with the
SYSTEMD_ROOT
variable.
Note
This option is not available when the target system is Darwin (macOS) as this system doesn't have systemd.