How much traffic can I support?
I have a Linode 512, I can probably afford to upgrade during that time frame if I have to, but what can I do to get the most performance out of my server and Apache to make sure my site doesn't crash and can serve several thousand visitors at a time?
Currently I am running a basic wordpress install using apache and mysql. The site only has a few pages(4-5).
Thanks for the help.
9 Replies
A Linode 512 (or one a bit larger) could easily survive such traffic if properly prepared for it, but without knowing more, it's hard to say if your specific setup would.
<ifmodule mpm_prefork_module="">StartServers 1
MinSpareServers 3
MaxSpareServers 6
MaxClients 24
MaxRequestsPerChild 3000</ifmodule>
@ablankenship:
The site only has a few pages(4-5).
Just xfer the content to static pages - even a poorly configured Apache engine can dish out lots and lots of simple static pages.
WpSuperCache
Was still able to load a page though, slowly.
Installed the WpSuperCache plugin as well, the site is super fast for new users now, thanks for that!
Enjoy lol