MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: jtaco263 on 2017-10-25, 10:04:26

Title: php.ini configuration
Post by: jtaco263 on 2017-10-25, 10:04:26
hey i need to set upload_max_filesize and post_max_size  to 800M

but i already changed values on  /opt/php56m/custom/php-fpm.ini  /etc/php.ini which on phpinfo sys its loaded but still on 32m and 16m  how to solve this


i already restared apache
Title: Re: php.ini configuration
Post by: idove on 2017-10-25, 13:54:14
Create some file for example
check.php in web domain for which you are trying to setup upload filesize, and start this php via browser.

For example:
http://yourdomain.com/check.php

Code: [Select]
<?php
phpinfo
();
?>


And check if this is applied to your web domain.
Title: Re: php.ini configuration
Post by: jtaco263 on 2017-10-26, 06:32:48
Create some file for example
check.php in web domain for which you are trying to setup upload filesize, and start this php via browser.

For example:
http://yourdomain.com/check.php

Code: [Select]
<?php
phpinfo
();
?>


And check if this is applied to your web domain.

that was my first option and its detailed here:

Configuration File (php.ini) Path   /etc
Loaded Configuration File   /opt/php55m/custom/php-fpm.ini

i already edited both files but i found the problem was on here:

 / opt / configs / php-fpm / conf / php55m / php-fpm.d / admin.conf   

where admin.conf is the client name it solved