--- Coro/myhttpd/config.pl.dist 2001/08/14 19:38:25 1.8 +++ Coro/myhttpd/config.pl.dist 2001/08/19 22:14:26 1.10 @@ -1,12 +1,13 @@ $MAX_CONNECTS = 500; # maximum simult. connects -$MAX_CONN_IP = 4; # maximum simult. connects per ip +$MAX_CONN_IP = 4000; # maximum simult. connects per ip $BLOCKTIME = 7200; # block time $NO_SEGMENTED = 1; # allow segmented downloads? $REQ_TIMEOUT = 60; # request timeout $RES_TIMEOUT = 180; # response timeout +$PER_TIMEOUT = 120; # persistent connection timeout $MAX_POOL = 20; # max. number of idle workers