eXtremer wrote:
> I don't know why but this option is not working.
> request_body_max_size <- restriction for max upload is working well,
> but reply_body_max_size <- restriciton for max download is not working.
> Why ?
> Here is my config file:
>
>   
SNIP
> # reply_body_max_size 0 allow all
> reply_body_max_size 0 allow allow_dl_from
> reply_body_max_size 21000000 allow all             <---------- max download
> 2.1 Mb
>   
You've got an extra zero in there.  You are restricting downloads to ~21MB.
Chris
Received on Fri Aug 24 2007 - 13:03:22 MDT
This archive was generated by hypermail pre-2.1.9 : Sat Sep 01 2007 - 12:00:03 MDT