blob: 49dbbe5517c440cfed25221fdf665a537b4449e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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"
|