diff options
author | Remi Collet <remi@remirepo.net> | 2017-11-17 07:48:21 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-11-17 07:48:21 +0100 |
commit | bfc8bed54c2c63407972c0a0773cf209ca558d33 (patch) | |
tree | 0c23be7c78a7908417675e1e82e06d9eb511017e /glpi-httpd.conf | |
parent | 824650d307349f39d158df6149ae243288427a1a (diff) |
properly override PHP configuration for install page
Diffstat (limited to 'glpi-httpd.conf')
-rw-r--r-- | glpi-httpd.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/glpi-httpd.conf b/glpi-httpd.conf index 6d5b5b9..ddafdb4 100644 --- a/glpi-httpd.conf +++ b/glpi-httpd.conf @@ -39,6 +39,11 @@ Alias /glpi /usr/share/glpi php_value max_execution_time 0 php_value memory_limit -1 </IfModule> + <IfModule mod_php7.c> + # migration could be very long + php_value max_execution_time 0 + php_value memory_limit -1 + </IfModule> </Directory> <Directory /usr/share/glpi/config> |