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.1 by root, Thu Aug 9 02:57:54 2001 UTC vs.
Revision 1.6 by root, Sat Aug 11 03:41:01 2001 UTC

1$MAX_CONNECTS = 500; # maximum simult. connects 1$MAX_CONNECTS = 500; # maximum simult. connects
2
3$MAX_CONN_IP = 4; # maximum simult. connects per ip
4$BLOCKTIME = 7200; # block time
5
6$NO_SEGMENTED = 1; # allow segmented downloads?
7
2$REQ_TIMEOUT = 60; # request timeout 8$REQ_TIMEOUT = 60; # request timeout
3$RES_TIMEOUT = 180; # response timeout 9$RES_TIMEOUT = 180; # response timeout
10
4$MAX_POOL = 20; # max. number of idle workers 11$MAX_POOL = 20; # max. number of idle workers
12
5$DOCROOT = "/usr/www/htdocs"; # document root 13$DOCROOT = "/usr/www/htdocs"; # document root
6$INDEXPROG = "/usr/www/bin/dols"; # indexing program (nph-cgi script) 14$INDEXPROG = "/usr/www/bin/dols"; # indexing program (nph-cgi script)
15
7$SERVER_HOST = "0.0.0.0"; # host to bind on 16$SERVER_HOST = "0.0.0.0"; # host to bind on
8$SERVER_PORT = 80; # port to listen on 17$SERVER_PORT = 80; # port to listen on
9 18
19$CMDSHELL_PORT = 7262; # open a command shell on this port
20
21$BUFSIZE = 64*024; # buffer size

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines