Report this

What is the reason for this report?

How to change the maximum upload file size in LiteSpeed/WordPress

Posted on October 1, 2019

I have found many solutions for this, but I’m looking for the simplest, least-intrusive way to change the maximum upload file size for WordPress. Specifically, for a droplet created with the LiteSpeed/WordPress image from DO’s marketplace.

I attempted to add the line php_value upload_max_filesize 64M to the bottom of the .htaccess file using LiteSpeed’s built-in “Edit .htaccess” menu command. It did nothing.

Also, I had to do a sudo reboot from ssh because I cannot figure out how to reboot just the web server, either.

  • sudo service nginx restart doesn’t work.
  • sudo service httpd restart doesn’t work.
  • sudo service apache restart doesn’t work.
  • sudo service apache2 restart doesn’t work.

They all give me Unit <servicename>.service not found.


Finding and editing the correct php.ini file, then force-rebooting the entire droplet seems a bit harsh to me, as though there should be a more elegant way.

Is there?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi,

I just launched a new server and it seems to work from my end.

Could you also confirm if value updated or not from php info page? You can try creating an info.php file under /var/www/html with content

<?php
phpinfo();
?>

You’re welcome to direct message me @Eric via LiteSpeed community on Slack.

I should be able to help you fix the issue sooner that way.

Best

I’m having this same issue. Tried post_max_size as well and restarted server but it won’t go above 16 M. Did we end up resolving?

I am having the same issue. Added to .htaccess, wp-config.php, php.ini (post and upload max size) to no avail.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.