Sentora Support Forums
PHP Upload Size - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36)
+---- Thread: PHP Upload Size (/showthread.php?tid=1024)



PHP Upload Size - ryf02 - 02-10-2015

Hi,

How can i change theh PHP.INI file? I have tried editing the php.ini /etc/php5/apache2

I get a permission denied error.

Thanks,

Ryan


RE: PHP Upload Size - Cantalupo - 02-10-2015

http://forums.sentora.org/showthread.php?tid=974
http://forums.sentora.org/showthread.php?tid=980


RE: PHP Upload Size - lino69 - 02-10-2015

(02-10-2015, 08:56 PM)ryf02 Wrote: Hi,

How can i change theh PHP.INI file? I have tried editing the php.ini /etc/php5/apache2

I get a permission denied error.

Thanks,

Ryan

you can also do it here/etc/php5/apache2 For global for every website
but you need to edit the php.ini as a root user you can use this command
sudo nautilus
enter password
a windows wil popup dont close it and dont close your terminal
whit the window that is open go to your php.ini file and edit it and save it and restart apache and you are done.


RE: PHP Upload Size - ryf02 - 02-10-2015

Thank you!! This has solved my problem.