# $Id: mini_httpd.config,v 1.1 2004/07/08 12:25:25 radek Exp $ # configuration for mini_httpd # required DOCROOT="@DOCROOT@" # command line arguments; don't use -i here HTTPD_OPTS="-d '$DOCROOT' -p 80 -h localhost" SERVICE_RUN_NICE_LEVEL="+0"