Page 1 of 1

I can't increase file size limit.. :(

Posted: Thu Apr 28, 2016 4:29 pm
by UbunVesta
Hello, Currently i'm using Vesta cp on ubuntu 14.04 LTS (nginx+apache)
BUT, I cann't increase file upload size limit, it always shows max upload size 2mb.

I have tried this..but no luck ...

Code: Select all

 /etc/php5/apache2/php.ini

Code: Select all

memory_limit = 320M
upload_max_filesize = 100M
post_max_size = 200M

Re: I can't increase file size limit.. :(

Posted: Thu Apr 28, 2016 7:39 pm
by gwolf2u
what php version you running? and what web template in vestacp

Re: I can't increase file size limit.. :(

Posted: Fri Apr 29, 2016 7:28 am
by skurudo
UbunVesta wrote:I have tried this..but no luck ...
Restarted apache2 after changing?

Re: I can't increase file size limit.. :(

Posted: Fri Apr 29, 2016 7:29 am
by skurudo
You can make php-file like info.php inside your web folder with code:

Code: Select all

<?php phpinfo(); ?> 
And show us output.

Re: I can't increase file size limit.. :(

Posted: Wed May 04, 2016 7:36 pm
by UbunVesta
Thanks... :D ... Solved !!

Re: I can't increase file size limit.. :(

Posted: Thu May 05, 2016 1:51 pm
by skurudo
Ok, closed.