Difference between revisions of "EXtplorer"
From Amahi Wiki
Line 13: | Line 13: | ||
<blockquote>Ubuntu</blockquote> | <blockquote>Ubuntu</blockquote> | ||
{{Code|service apache2 restart}} | {{Code|service apache2 restart}} | ||
− | * Close the terminal and the file size limit should | + | * Close the terminal and the file size limit should reflect your change. |
[[Category:Apps]] | [[Category:Apps]] |
Revision as of 21:35, 17 September 2012
eXtplorer is an Amahi application that provides browser-based file management of your HDA.
Change File Upload Size
To change the size of files you can upload to your HDA, do the following:
- Open terminal as root user (for Ubuntu, precede commands with
sudo
)
bash code |
---|
cd /etc/httpd/conf.d
|
- Edit the ####-extplorer.conf file and change the
32M
in both lines to desired value:
Text php_value upload_max_filesize 32M php_value post_max_size 32M
- Save and restart the web server:
Fedora
bash code |
---|
service httpd restart
|
Ubuntu
bash code |
---|
service apache2 restart
|
- Close the terminal and the file size limit should reflect your change.