You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Edward Thomas <ej...@cyno.co.uk> on 2002/01/11 12:12:05 UTC

mod_bandwidth problems

Hi,

I am trying to use mod_bandwith to limit the bandwidth used by a webserver,
particularly when serving large files, I have placed the following in my
httpd.conf

BandWidthModule On       #turn on bandwidth control
BandWidthPulse 100000    #check bandwith every 100ms
BandWidth all 20480      #limit to 20k/s on all files
LargeFileLimit 80 10240  #limit to 10k/s on files > 80k

This is in my main server config and is repeated for good measure in all the
virtual server directives but it does not seem to have any effect, I can
still download from the server at over 90Kbytes/s. Am I missing anything?

I am using Apache/1.3.12 on Linux 2.2.16/Redhat 7

Thanks,

Edward Thomas



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


error compiling

Posted by "Alex Blundell (aj)" <al...@btinternet.com>.
HI

Im compiling apache and when i typed make i got an error.

http_request.c
http_request.c: In function `get_path_info':
http_request.c:191: structure has no member named `execfilename'
http_request.c:191: structure has no member named `execfilename'
http_request.c: In function `directory_walk':
http_request.c:581: structure has no member named `execfilename'
http_request.c:581: structure has no member named `execfilename'
http_request.c:592: structure has no member named `execfilename'
http_request.c:592: structure has no member named `execfilename'
make[3]: *** [http_request.o] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory
`/download/Apachetoolbox-1.5.50/apache_1.3.22/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/download/Apachetoolbox-1.5.50/apache_1.3.22'
make: *** [build] Error 2


please could you help me as ive tried almost everything.. thanks

AJ


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org