ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/myhttpd/config.pl.dist
(Generate patch)

Comparing Coro/myhttpd/config.pl.dist (file contents):
Revision 1.8 by root, Tue Aug 14 19:38:25 2001 UTC vs.
Revision 1.10 by root, Sun Aug 19 22:14:26 2001 UTC

1$MAX_CONNECTS = 500; # maximum simult. connects 1$MAX_CONNECTS = 500; # maximum simult. connects
2 2
3$MAX_CONN_IP = 4; # maximum simult. connects per ip 3$MAX_CONN_IP = 4000; # maximum simult. connects per ip
4$BLOCKTIME = 7200; # block time 4$BLOCKTIME = 7200; # block time
5 5
6$NO_SEGMENTED = 1; # allow segmented downloads? 6$NO_SEGMENTED = 1; # allow segmented downloads?
7 7
8$REQ_TIMEOUT = 60; # request timeout 8$REQ_TIMEOUT = 60; # request timeout
9$RES_TIMEOUT = 180; # response timeout 9$RES_TIMEOUT = 180; # response timeout
10$PER_TIMEOUT = 120; # persistent connection timeout
10 11
11$MAX_POOL = 20; # max. number of idle workers 12$MAX_POOL = 20; # max. number of idle workers
12 13
13$DOCROOT = "/usr/www/htdocs"; # document root 14$DOCROOT = "/usr/www/htdocs"; # document root
14 15

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines