diff options
Diffstat (limited to 'www-servers/bozohttpd/files/bozohttpd.conffile')
-rw-r--r-- | www-servers/bozohttpd/files/bozohttpd.conffile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www-servers/bozohttpd/files/bozohttpd.conffile b/www-servers/bozohttpd/files/bozohttpd.conffile new file mode 100644 index 000000000000..49dbbe5517c4 --- /dev/null +++ b/www-servers/bozohttpd/files/bozohttpd.conffile @@ -0,0 +1,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" |