ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Coro/myhttpd/config.pl.dist
Revision: 1.12
Committed: Sat Aug 25 21:32:05 2001 UTC (22 years, 10 months ago) by root
Branch: MAIN
Changes since 1.11: +2 -2 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.12 $MAX_CONNECTS = 40; # maximum simult. connects
2 root 1.3
3 root 1.10 $MAX_CONN_IP = 4000; # maximum simult. connects per ip
4 root 1.4 $BLOCKTIME = 7200; # block time
5 root 1.3
6 root 1.4 $NO_SEGMENTED = 1; # allow segmented downloads?
7 root 1.3
8 root 1.1 $REQ_TIMEOUT = 60; # request timeout
9     $RES_TIMEOUT = 180; # response timeout
10 root 1.9 $PER_TIMEOUT = 120; # persistent connection timeout
11 root 1.3
12 root 1.12 $MAX_POOL = 3; # max. number of idle workers
13 root 1.3
14 root 1.1 $DOCROOT = "/usr/www/htdocs"; # document root
15 root 1.3
16 root 1.1 $SERVER_HOST = "0.0.0.0"; # host to bind on
17 root 1.6 $SERVER_PORT = 80; # port to listen on
18 root 1.2
19 root 1.3 $CMDSHELL_PORT = 7262; # open a command shell on this port
20 root 1.5
21 root 1.8 $BUFSIZE = 16*1024; # buffer size
22    
23     $AIO_PARALLEL = 1; # how many reader threads for i/o?
24 root 1.11
25     $ACCESS_LOG = "logs/accesslog"; # access log