My server has 756m of RAM. Every few days I get
[error] server reached MaxClients setting, consider raising the MaxClients setting
My server has 756m of RAM. Every few days I get
[error] server reached MaxClients setting, consider raising the MaxClients setting
You must be logged in to post a comment.
Just to break cycle of “doesn’t belong here”.
WordPress basically has no specific requirements for web server itself (which doesn’t even have to be Apache), aside from permalinks.
The message you are getting seems to be performance-related and may or may not be connected to you using WordPress. For starters check if your traffic had recently increased and ask your hosting if they recommend specific Apache configuration for your hardware and traffic.
Depending on your server configuration, you can change the setting for MaxClients in /usr/local/apache/conf/httpd.conf.
[edit: Since I’ve only been given a line or two about it myself from my server admin, here is a better explanation as to what MaxClient is…
-from The Theme Foundry]
As others have suggested, consult a server administrator before changing settings if you don’t know what you’re doing.
As for your more general question, I would steer you to a similar question I asked some weeks ago: What are best practices for configuring a server for WordPress sites?