You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-servers/bozohttpd/files/bozohttpd.conffile

12 lines
218 B

# Config file for /etc/init.d/bozohttpd
# necessary stuff
DATADIR=/var/www/localhost/htdocs
BIND_ADDRESS=localhost
LISTEN_PORT=80
# optional stuff
#USER=daemon
#INDEX_DEFAULT=index.php
#APPEND="-C .php /usr/bin/php"