From 60b413b172340038ef538d20196e662d06ab3778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Hern=C3=A1ndez=20Blas?= Date: Sun, 23 Oct 2011 20:17:46 -0200 Subject: network/thttpd: Added (the tiny/turbo/throttling HTTP server) Signed-off-by: Niels Horn --- network/thttpd/thttpd.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 network/thttpd/thttpd.conf (limited to 'network/thttpd/thttpd.conf') diff --git a/network/thttpd/thttpd.conf b/network/thttpd/thttpd.conf new file mode 100644 index 0000000000000..22b9a9bb27f0b --- /dev/null +++ b/network/thttpd/thttpd.conf @@ -0,0 +1,9 @@ +# /etc/thttpd.conf +# Minimal configuration file for thttpd +# Check thttpd(8) for more options. +host=localhost +port=80 +user=thttpd +dir=/var/www/thttpd +logfile=/var/log/thttpd.log +pidfile=/var/run/thttpd.pid -- cgit v1.2.3