How do I update my max clients setting?
Print this Article
Last Updated:
May 8, 2015 2:26 PM
To update your max clients setting using SSH:
- Connect to your server via SSH (more info).
- Switch to the root user (more info).
- Open /etc/httpd/conf/httpd.conf in your text editor. (We recommend "vi." At the command line, type vi /etc/httpd/conf/httpd.conf).
- Change the setting "MaxClients 10" to a larger number.
NOTE: You must modify both max clients entries.
- Save and close httpd.conf.