Hi,
I want to set KeepAlive Off on my server.
In new cpanel httpd.conf, i can't see KeepAlive on the file.
Which configuration file i need to modify to change KeepAlive to off ?
I am using Apache 2.2, cpanel - 11.15.0-RELEASE_17853
Thanks,
Yujin
Hi,
I want to set KeepAlive Off on my server.
In new cpanel httpd.conf, i can't see KeepAlive on the file.
Which configuration file i need to modify to change KeepAlive to off ?
I am using Apache 2.2, cpanel - 11.15.0-RELEASE_17853
Thanks,
Yujin
Should just be able to add the line in as I don't think it's defined and if it's not it defaults to On.
So just pop "KeepAlive Off" somewhere near the ServerSignature line and run:
/usr/local/cpanel/bin/apache_conf_distiller --update
So that it keeps the changes after cPanel rebuilds the config file.
Hope that helps
Last edited by ASMHosting; 11-14-2007 at 08:55 AM. Reason: Typo...