Frequently Asked Questions

Help Center Search

How do I update my max clients setting?

Print this Article
Comment on this Article
Last Updated: July 19, 2007 11:31 AM

To update your max clients setting using SSH:

  1. Log on to your server.
  2. At the command line, type su - .
  3. Open /etc/httpd/conf/httpd.conf in your text editor. (We recommend "vi." At the command line, type vi /etc/httpd/conf/httpd.conf).
  4. Change the setting "MaxClients 10" to a larger number.
  5. NOTE: You must modify both max clients entries.

  6. Save and close httpd.conf.