ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/myhttpd/config.pl.dist
Revision: 1.3
Committed: Fri Aug 10 02:28:28 2001 UTC (22 years, 10 months ago) by root
Branch: MAIN
Changes since 1.2: +8 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 $MAX_CONNECTS = 500; # maximum simult. connects
2 root 1.3
3 root 1.2 $MAX_CONN_IP = 4; # maximum simult. connects per ip
4 root 1.3 $BLOCKTIME = 21600; # block time
5    
6 root 1.2 $SEGMENTED_OK = 0; # 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.3
11 root 1.1 $MAX_POOL = 20; # max. number of idle workers
12 root 1.3
13 root 1.1 $DOCROOT = "/usr/www/htdocs"; # document root
14     $INDEXPROG = "/usr/www/bin/dols"; # indexing program (nph-cgi script)
15 root 1.3
16 root 1.1 $SERVER_HOST = "0.0.0.0"; # host to bind on
17 root 1.2 $SERVER_PORT = 84; # port to listen on
18    
19 root 1.3 $CMDSHELL_PORT = 7262; # open a command shell on this port