Knowledge Base

Allows you to search a variety of questions and answers

Search

Search results

Scripts & MySQL

Place the limits in /usr/local/apache/conf/includes/pre_main_global.conf file for ServerLimit and MaxClients instead, then run the following commands:
 

Code:

cp /usr/local/apache/conf/httpd.conf /usr/local/apache/conf/httpd.conf.bakdate
/usr/local/cpanel/bin/apache_conf_distiller --update
/scripts/rebuildhttpdconf
/etc/init.d/httpd restart

This will backup your current httpd.conf, run the distiller to distill the changes in the include file, rebuild Apache configuration file, then restart Apache.

To view what to put into the file, please go here: http://forums.ayksolutions.com/showthread.php?t=360.

See What Our Customers Say