apache settings?

duock

Verified User
Joined
Jan 22, 2006
Messages
20
hi guy

actually i am new in dedicated server, this month i just buy unmetered dedicated server. so i don have any exp on it.

*i don know how to access the apache..

i add this code
<IfModule mod_bandwidth.c>
BandWidthModule On
BandWidthDataDir /var/tmp/apachebw/
BandWidth 72.32.233.178 0
BandWidth cursors-4u.com 0
BandWidth all 10000
</IfModule>

in my httpd.conf, then i restart httpd, but it won't work, still will downloading with over 10kb download speed.

but my httpd.conf got this
<IfDefine HAVE_BANDWIDTH>
LoadModule bandwidth_module modules/mod_bandwidth.so
</IfDefine>

so i think mod_bandwidth is oledi install in the server.

but it won't work, y y y :confused:

please tell me if you know

thanks you very much
 
mod_bandwidth is not installed by default. Thats what the IfDefines are for.

In other words you need to install mod_bandwidth before you can start configuring it.
 
then can you teach me how to do? i got download mod_bandwidth.c. but i don know where i need to put it...
 
Back
Top