Page 1 of 5

php.ini

Posted: Wed Oct 02, 2013 8:06 am
by imperahost
Hi, i have a problem with upload max file size, even editing all files php.ini value remains fixed in 8M

Re: php.ini

Posted: Wed Oct 02, 2013 8:49 am
by ricardo777
imperahost wrote:Hi, i have a problem with upload max file size, even editing all files php.ini value remains fixed in 8M

Hello,

I have the same problem, Did you edit the file in the path:

Code: Select all

/etc/php.ini

Re: php.ini

Posted: Wed Oct 02, 2013 11:02 am
by skid
Please not that after editing php.ini, webserver should be restarted

Code: Select all

service httpd restart

Re: php.ini

Posted: Wed Oct 02, 2013 8:04 pm
by imperahost
thank you, limit changed, but result upload http error (yes, folder permissions 777)

Re: php.ini

Posted: Wed Oct 02, 2013 8:07 pm
by imperahost
problem found, apache template phpfcgi, when using hosting template, no error result

Re: php.ini

Posted: Thu Oct 03, 2013 6:51 am
by skid
I suggest to stick with default template. It use mod_ruid2 which is also allow to execute php with inheritance permission from user account.

Re: php.ini

Posted: Thu Oct 03, 2013 9:36 pm
by imperahost
Thanks for the suggestion, I will create a magento ecommerce and want maximum performance, these errors "http error" when uploading, "upload max file size" and "critical error" in ftp can not be fixed in the template phpfcgi? any suggestions ?

Re: php.ini

Posted: Sun Nov 17, 2013 12:59 pm
by Светозар
Where are the settings upload file size?

Re: php.ini

Posted: Sun Nov 17, 2013 1:39 pm
by skid
php settings can be changed in /etc/php.ini or /etc/php5/apache2/php.ini depending on your OS

Re: php.ini

Posted: Fri Mar 14, 2014 5:36 am
by enterpr1se
Is there any per-user php.ini in Vesta?