When I log into my dashboard I get “Wordpress 3.8 is available, please update now”
I ran the sequence as recommended by the following email:
“I would suggest following along with this community help article to walk you through the entire process of securely updating your wordpress instance: https://digitalocean.com/community/articles/how-to-configure-secure-updates-and-installations-in-wordpress-on-ubuntu”
Everything went smooth until the very end when I tried to restart apache “sudo service apache2 restart” and got the following response;
“root@WarrentTek:/var/www# sudo service apache2 restart No apache MPM package installed root@WarrentTek:/var/www#”
I then received guidance to try the following command;
root@WarrentTek:/# apt-get purge apache2mpm-prefork&&apt-get install -y apache2- mpm-prefork Reading package lists
And got the following result:
“… Done Building dependency tree Reading state information… Done E: Unable to locate package apache2mpm-prefork root@WarrentTek:/# sudo service apache2 restart No apache MPM package installed root@WarrentTek:/#”
Please help… I am at a loss of how to fix this.
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 just had a typo in the package name. To install the packages you want, use: <br> <br>apt-get install apache2-mpm-prefork apache2-mpm-worker
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.