By tristannlee
So after reading multiple guides on how to change the upload limit for wordpress, I was not able to find the php.ini file in any of the common folders, I had to go to this location “/etc/php5/cli/php.ini”, eventually I found the upload_max_file_size and changed it to 10M. Now I tried restarting with multiple commands, and I keep on getting the “AH00558” error. I then found a fix for that error, but I’m still getting the same AH00558 error.
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!
You still got a 2mb limit because you edited the php configuration for the CLI PHP. If you are running the apache webserver you need to edit /etc/php5/apache2/php.ini
Also check the max postsize.
Allright try to execute
apt-get remove php5*
apt-get install php5
And check again, please give a result when done.
It’s a warning, not an error. http://linux.101hacks.com/unix/httpd-apr-sockaddr-info-get-error/
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.