marcoqui Posted July 16, 2011 Report Share Posted July 16, 2011 I have set up a uniform server on an internal LAN but on peak hour i see a great slowness in access to webserver, what is the default Maxclients for apache uniform server? i can't find it in config files, i think that when all users try to access the website the webserver can't compe with the number, our internal server in teory could be accessed by 400 users . i have frequent ZEND_MM_HEAP_CORRUPTED errors in error.log with restart of Apache, have you any idea of what could cause this error? Thanks! Quote Link to comment Share on other sites More sharing options...
BobS Posted July 17, 2011 Report Share Posted July 17, 2011 First off, tuning a server is quite complex, and requires setting a lot of different aspects that are, quite frankly, beyond our scope here. The default number of "workers" is 250. You can see more by using Apache Status (see Apanel). It invokes this: http://localhost/server-status Most of the tuning parameters are NOT specified in US, because they need to be set for a specific situation. It's also important to note that your slowness may come from the requests to MySQL, since it's using the same machine. Regards,BobS Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.