bandwidth limiting module

aqsatube

Verified User
Joined
Aug 4, 2008
Messages
22
Hi

i need your help to install bandwidth limiting module in Apache/2.2.9 , Centos 5


best regards
 
Hi

bandwidth limiting module now installed and work fine

i want also add this command line to httpd.conf

<IfModule prefork.c>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
ServerLimit 500
MaxClients 500
MaxRequestsPerChild 4000
</IfModule>

where i can find prefork.c module or how i can install it ?
 
Code:
[root@ns202873 ~]# find /* | grep prefork                                      /var/www/manual/mod/prefork.html
/var/www/manual/mod/prefork.html.de
/var/www/manual/mod/prefork.html.en
/var/www/manual/mod/prefork.html.ja.utf8
[root@ns202873 ~]#

prefork.c not found

how i can install this mod
 
As I've already replied to your message to me, I can't find anything. Since it's part of apache, and since it's not installed by default, I'd suggest asking DirectAdmin Support.

Jeff
 
Back
Top