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.2 by root, Thu Aug 9 19:11:13 2001 UTC

1$MAX_CONNECTS = 500; # maximum simult. connects 1$MAX_CONNECTS = 500; # maximum simult. connects
2$MAX_CONN_IP = 4; # maximum simult. connects per ip
3$SEGMENTED_OK = 0; # allow segmented downloads?
2$REQ_TIMEOUT = 60; # request timeout 4$REQ_TIMEOUT = 60; # request timeout
3$RES_TIMEOUT = 180; # response timeout 5$RES_TIMEOUT = 180; # response timeout
4$MAX_POOL = 20; # max. number of idle workers 6$MAX_POOL = 20; # max. number of idle workers
5$DOCROOT = "/usr/www/htdocs"; # document root 7$DOCROOT = "/usr/www/htdocs"; # document root
6$INDEXPROG = "/usr/www/bin/dols"; # indexing program (nph-cgi script) 8$INDEXPROG = "/usr/www/bin/dols"; # indexing program (nph-cgi script)
7$SERVER_HOST = "0.0.0.0"; # host to bind on 9$SERVER_HOST = "0.0.0.0"; # host to bind on
8$SERVER_PORT = 80; # port to listen on 10$SERVER_PORT = 84; # port to listen on
9 11
12

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines