Web Hosting Talk







View Full Version : How to limit maxconnections in cpanel?


clearhos
02-19-2004, 01:20 PM
can the max number of http connections in cpanel be limited per account? what do i need to do this?

thanks

SystemWiz
02-19-2004, 02:35 PM
There is Apache module which can be used for limiting:

- bandwidth per domain
- connection limits per domain

It could do job for you.

OTOH, I didn't intergrated it with cpanel so I don't know for sure wether is it working or not

BizB
02-19-2004, 02:52 PM
whats the module for this connection limits per domain
?

clearhos
02-20-2004, 02:48 AM
anyone?

BizB
02-21-2004, 02:48 AM
i know about mod_throtel which limits the speed on each domain but i never saw a mod that limits the number of connactions

rasputinj
02-21-2004, 04:28 AM
Wouldn't you jus modify the http.conf file for apache to lower the number of maxconnections?

BizB
02-21-2004, 05:04 AM
that would lower it to every one not just for each site plus they will share the number of connactions
unless you run each site on a defrant copy of apache and set a defrant port for each of them