ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/myhttpd/config.pl.dist
Revision: 1.1
Committed: Thu Aug 9 02:57:54 2001 UTC (22 years, 11 months ago) by root
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

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