ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/thttpd/thttpd.8
(Generate patch)

Comparing thttpd/thttpd.8 (file contents):
Revision 1.1.4.1 by root, Mon Jun 18 21:21:43 2001 UTC vs.
Revision 1.1.4.2 by root, Mon Jun 18 22:10:09 2001 UTC

125A 403 is returned, and the host with the IP address will be blocked for the timeout specified with -o. 125A 403 is returned, and the host with the IP address will be blocked for the timeout specified with -o.
126The config-file option name for this flag is "connections", it defaults to 0, which means no limit. 126The config-file option name for this flag is "connections", it defaults to 0, which means no limit.
127A request which is blocked will receive "err403blocked.html" if it exists. 127A request which is blocked will receive "err403blocked.html" if it exists.
128.TP 128.TP
129.B -o 129.B -o
130Specifies the time in minutes that a host who was blocked because of too many connections is totally blocked from the server. 130Specifies the time in seconds that a host who was blocked because of too many connections is totally blocked from the server.
131The config-file option name for this flag is "blocktime", 131The config-file option name for this flag is "blocktime",
132and the config.h option is DEFAULT_BLOCKTIME. 132and the config.h option is DEFAULT_BLOCKTIME.
133.TP 133.TP
134.B -h 134.B -h
135Specifies a hostname to bind to, for multihoming. 135Specifies a hostname to bind to, for multihoming.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines