Allowing massive file upload sizes in linux apache2 webserver php.ini file edit
Page 1 of 1
Allowing massive file upload sizes in linux apache2 webserver php.ini file edit
STEP 1:
run this in your terminal
STEP 2:
Find this
upload_max_filesize
change from 2m to 20000m like this
upload_max_filesize = 20000M
now look for post_max_size =
and change to post_max_size = 90000M
STEP 3:
Save and restart apache2 web server!
More info:
http://www.miscdebris.net/blog/2008/04/14/changing-the-php-file-upload-limit-in-ubuntu-linux
run this in your terminal
- Code:
sudo gedit /etc/php5/apache2/php.ini
STEP 2:
Find this
upload_max_filesize
change from 2m to 20000m like this
upload_max_filesize = 20000M
now look for post_max_size =
and change to post_max_size = 90000M
STEP 3:
Save and restart apache2 web server!
- Code:
sudo /etc/init.d/apache2 restart
More info:
http://www.miscdebris.net/blog/2008/04/14/changing-the-php-file-upload-limit-in-ubuntu-linux
Similar topics
» Allow mod rewrite engine on linux apache2 webserver
» LINUX MAX FILE UPLOAD SIZE
» PHP Password Protected File Upload Example
» ht access file for appending & prepending files to apache2 web server
» create ssl webserver at last with linux
» LINUX MAX FILE UPLOAD SIZE
» PHP Password Protected File Upload Example
» ht access file for appending & prepending files to apache2 web server
» create ssl webserver at last with linux
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum