Control Web Panel

WebPanel => PHP => Topic started by: i4media on April 05, 2019, 11:52:15 AM

Title: PHP Settings not updated by php.ini
Post by: i4media on April 05, 2019, 11:52:15 AM

I have a Centos Web panel install and have an issue with the php settings. I need to change

memory_limit
post_max_size
max_execution_time
upload_max_filesize
max_input_time
max_input_vars

settings and used the PHP Settings > PHP ini for it but it does not affect the websites.

Server config >

(https://snag.gy/MIxrmB.jpg)

(https://snag.gy/JivKBW.jpg)

(https://snag.gy/4Ow5nc.jpg)

(https://snag.gy/B6Ino4.jpg)

How ever on a user website :

(https://snag.gy/S1tyMe.jpg)

There is not htacess of ini files in the user directory with any other settings. Any suggestions are more then welcome, thanks in advance !
Title: Re: PHP Settings not updated by php.ini
Post by: Igor S. on April 05, 2019, 04:37:53 PM
Hello.

You have to edit php.ini in /opt/alt/php-fpm72/usr/php/php.ini
Title: Re: PHP Settings not updated by php.ini
Post by: i4media on April 05, 2019, 07:48:20 PM
Hello.

You have to edit php.ini in /opt/alt/php-fpm72/usr/php/php.ini

@Igor S Thanks for your time and solution :)