Changes

From Amahi Wiki
Jump to: navigation, search
106 bytes removed ,  15:32, 9 January 2021
no edit summary
To change the size of files you can upload to your HDA, do the following:
* [[Open_Terminal_as_root|Open terminal as root user]] (for Ubuntu, precede commands with <code>sudo</code>)
{{Code| cd /etc/httpd/conf.d}}
* Edit the '''####-extplorer.conf''' file and change the <code>32M</code> in both lines to desired value:
<blockquote>{{Text| php_value upload_max_filesize 32M php_value post_max_size 32M}}</blockquote>
* Save and restart the web server:
<blockquote>Fedora</blockquote>{{Code| service httpd restart}}<blockquote>Ubuntu</blockquote>{{Code| service apache2 restart}}
* Close the terminal and the file size limit should reflect your change.
[[Category:Apps]]
12,424

edits