ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/myhttpd/config.pl.dist
Revision: 1.24
Committed: Wed Nov 28 03:40:15 2001 UTC (22 years, 7 months ago) by root
Branch: MAIN
Changes since 1.23: +5 -2 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.22 $MAX_CONNECTS = 1000; # maximum simult. connects
2     $MAX_TRANSFERS_SMALL = 10; # the maximum number of sim. file transfers
3     $MAX_TRANSFERS_LARGE = 15; # the maximum number of sim. file transfers
4 root 1.23 $TRANSFER_SMALL = 3_000_000; # size of a "small" file
5 root 1.3
6 root 1.22 $MAX_CONN_IP = 4; # maximum simult. connects per ip
7 root 1.24 $BLOCKTIME = 60*60*2; # block time
8 root 1.3
9 root 1.4 $NO_SEGMENTED = 1; # allow segmented downloads?
10 root 1.3
11 root 1.1 $REQ_TIMEOUT = 60; # request timeout
12     $RES_TIMEOUT = 180; # response timeout
13 root 1.9 $PER_TIMEOUT = 120; # persistent connection timeout
14 root 1.3
15 root 1.19 $MAX_POOL = 20; # max. number of idle workers
16 root 1.3
17 root 1.14 $DB_HOME = "db"; # database home directory
18 root 1.13
19 root 1.1 $DOCROOT = "/usr/www/htdocs"; # document root
20 root 1.3
21 root 1.1 $SERVER_HOST = "0.0.0.0"; # host to bind on
22 root 1.21 $SERVER_PORT = 80; # port to listen on
23 root 1.2
24 root 1.3 $CMDSHELL_PORT = 7262; # open a command shell on this port
25 root 1.5
26 root 1.24 $WAIT_INTERVAL = 60*5;
27     $WAIT_BUFSIZE = 512;
28    
29     $BUFSIZE = 32*1024; # buffer size
30 root 1.8
31     $AIO_PARALLEL = 1; # how many reader threads for i/o?
32 root 1.11
33     $ACCESS_LOG = "logs/accesslog"; # access log