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.13 by root, Sun Aug 26 14:55:46 2001 UTC vs.
Revision 1.14 by root, Tue Aug 28 02:30:48 2001 UTC

9$RES_TIMEOUT = 180; # response timeout 9$RES_TIMEOUT = 180; # response timeout
10$PER_TIMEOUT = 120; # persistent connection timeout 10$PER_TIMEOUT = 120; # persistent connection timeout
11 11
12$MAX_POOL = 3; # max. number of idle workers 12$MAX_POOL = 3; # max. number of idle workers
13 13
14$DIRIDX = "directory.idx"; # directory index gdbm file 14$DB_HOME = "db"; # database home directory
15 15
16$DOCROOT = "/usr/www/htdocs"; # document root 16$DOCROOT = "/usr/www/htdocs"; # document root
17 17
18$SERVER_HOST = "0.0.0.0"; # host to bind on 18$SERVER_HOST = "0.0.0.0"; # host to bind on
19$SERVER_PORT = 80; # port to listen on 19$SERVER_PORT = 80; # port to listen on

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines