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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
Good article… I’m having problems to optimize apache right now. This was a good help. Do you know anything about the mpm_event_module?
Sorry but this is a useless article. You mention lots of relevant steps, but don’t say how to do any of them. Please add necessary commands so somebody can actually follow it instead of just know the theory.
I agree with Samt. You need to put details about the point “Case in point, a Wordpress site I manage is hosted on a 1GB droplet using 4 php-fpm processes and is able to serve over 950 simultaneous users at one time. This translate to a peak capacity of about 42 million page views per day, should this website ever become popular enough!” What is the specific setup you used? Configuration files?. I am working with http://onlinetimesnews.com which uses a lot of php-cgi processes that eats memory. I think it is important also to mention what kind of pages you serve.
thanks.
As of Apache2.4 MaxClients directive is now called with MaxRequestWorkers.
So in newer Apache versions you’ll want to update this directive. Source
I also felt that the article was incomplete, there’s more complete info here: http://2bits.com/articles/high-performance-drupal-with-apache-mpm-worker-threaded-server-and-php-fpm.html
The article in the link is dated 5 Aug 2014 and has advice for Ubuntu 14.04 so should be highly relevant for a few months to come, still.
How to remove mod_php from apache? In my website im using php fastcgi but there are number instance(pid) of apache2 with more than 100MB
will i agree with everybody here , this article got a loooot of BLA BLA BLA , but nothing straight to the point , people like me who are digging in the Internet for knowledge seeking , dont really understand all of the stitches that this article has .
Guys, instead of mocking the article, how about doing some of your own homework and adding to it? Or creating your own more complete articles, and linking to them?
If you can’t do your own homework then you shouldn’t be admining a server.
This comment has been deleted
Hi, in the process off learning all this from scratch i wrote a tutorial for setting up multiple Wordpress sites which people may find helpful, some minor things are missing from the digital ocean tutorials which are included here.
Setting-up-3-wordpress-sites-on-Apache-server-and-Ubuntu-14-04