--- Coro/myhttpd/config.pl.dist 2001/08/25 21:32:05 1.12 +++ Coro/myhttpd/config.pl.dist 2001/08/26 14:55:46 1.13 @@ -11,6 +11,8 @@ $MAX_POOL = 3; # max. number of idle workers +$DIRIDX = "directory.idx"; # directory index gdbm file + $DOCROOT = "/usr/www/htdocs"; # document root $SERVER_HOST = "0.0.0.0"; # host to bind on