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.11 by root, Sun Aug 19 23:57:52 2001 UTC vs.
Revision 1.15 by root, Wed Aug 29 01:32:50 2001 UTC

1$MAX_CONNECTS = 500; # maximum simult. connects 1$MAX_CONNECTS = 40; # maximum simult. connects
2$MAX_TRANSFER = 1; # the maximum number of sim. file transfers
2 3
3$MAX_CONN_IP = 4000; # maximum simult. connects per ip 4$MAX_CONN_IP = 4000; # maximum simult. connects per ip
4$BLOCKTIME = 7200; # block time 5$BLOCKTIME = 7200; # block time
5 6
6$NO_SEGMENTED = 1; # allow segmented downloads? 7$NO_SEGMENTED = 1; # allow segmented downloads?
7 8
8$REQ_TIMEOUT = 60; # request timeout 9$REQ_TIMEOUT = 60; # request timeout
9$RES_TIMEOUT = 180; # response timeout 10$RES_TIMEOUT = 180; # response timeout
10$PER_TIMEOUT = 120; # persistent connection timeout 11$PER_TIMEOUT = 120; # persistent connection timeout
11 12
12$MAX_POOL = 20; # max. number of idle workers 13$MAX_POOL = 3; # max. number of idle workers
14
15$DB_HOME = "db"; # database home directory
13 16
14$DOCROOT = "/usr/www/htdocs"; # document root 17$DOCROOT = "/usr/www/htdocs"; # document root
15 18
16$SERVER_HOST = "0.0.0.0"; # host to bind on 19$SERVER_HOST = "0.0.0.0"; # host to bind on
17$SERVER_PORT = 80; # port to listen on 20$SERVER_PORT = 80; # port to listen on

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines