
Originally Posted by
sh4ka
Same happened to me, and I had to add it manually
Just add "KeepAlive Off", restart httpd :-)
Bear in mind that any time you add an account etc, cPanel will remove your change, the best way to do it is to add the following lines to httpd.conf
Code:
# Server-pool management (MPM specific)
Include "/usr/local/apache/conf/extra/httpd-mpm.conf"
# Various default settings
Include "/usr/local/apache/conf/extra/httpd-default.conf"
Then run the distiller to force cPanel to retain the changes
Code:
/usr/local/cpanel/bin/apache_conf_distiller --update
Then add the changes you want in
/usr/local/apache/conf/extra/httpd-default.conf
also set your timeout settings etc in
/usr/local/apache/conf/extra/httpd-mpm.conf
For some reason, cPanel assume that everyone wants the crappy defaults which are adequate for only lightly loaded boxes generally.