I can't increase file size limit.. :(
I can't increase file size limit.. :(
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 ...
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.. :(
what php version you running? and what web template in vestacp
Re: I can't increase file size limit.. :(
Restarted apache2 after changing?UbunVesta wrote:I have tried this..but no luck ...
Re: I can't increase file size limit.. :(
You can make php-file like info.php inside your web folder with code:
And show us output.
Code: Select all
<?php phpinfo(); ?>
Re: I can't increase file size limit.. :(
Thanks... :D ... Solved !!
Re: I can't increase file size limit.. :(
Ok, closed.