ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/myhttpd/config.pl.dist
Revision: 1.13
Committed: Sun Aug 26 14:55:46 2001 UTC (22 years, 10 months ago) by root
Branch: MAIN
Changes since 1.12: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

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