dataset/seed/php
2023-08-29 10:37:29 +02:00
..
dictionaries update doc 2023-08-29 10:37:29 +02:00
templates update doc 2023-08-29 10:37:29 +02:00
applicationservice.yml docs for application services 2022-12-25 12:17:15 +01:00
DEBUG.md ansible template 2023-06-23 08:12:05 +02:00
README.md update doc 2023-08-29 10:37:29 +02:00

Table of Contents

Return to the list of application services.

php

Synopsis

PHP, a popular general-purpose scripting language.

Variables for expert

General

PHP

Paramètrage avancé de PHP.

Parameter Comments
general.php.php_post_max_size
mandatory
Type: number
Maximum size of POST data that PHP will accept.
Value in Mb.
Default: 32
general.php.php_upload_max_filesize
mandatory
Type: number
Maximum allowed size for uploaded files.
Value in Mb.
Default: 16
general.php.php_max_execution_time
mandatory
Type: number
Maximum amount of time each script may spend parsing request data.
Value in seconds.
Default: 30
general.php.php_max_input_time
mandatory
Type: number
Maximum amount of time each script may spend parsing request data.
Value in seconds.
Default: 60
general.php.php_memory_limit
mandatory
Type: number
Maximum amount of memory a script may consume.
Value in Mb.
Default: 512
general.php.php_session_gc_maxlifetime
mandatory
Type: number
Data will be seen as 'garbage' and potentially cleaned up after this delay.
Value in seconds.
Default: 3600

Used by

php-fpm