summaryrefslogtreecommitdiffstats
path: root/main/mini_httpd/mini_httpd.conf.sample
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-09-03 17:30:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-09-03 17:31:40 +0000
commit5e9ddf38f85f18bb4cf62baf88a61af88fd8489b (patch)
tree14bbe9149b420939be172ce54f1800847fb78d29 /main/mini_httpd/mini_httpd.conf.sample
parentd28f3110fd6a9ce353e4921b2d8dc4107cba095a (diff)
downloadaports-5e9ddf38f85f18bb4cf62baf88a61af88fd8489b.tar.bz2
aports-5e9ddf38f85f18bb4cf62baf88a61af88fd8489b.tar.xz
main/mini_httpd: added logrotate script
moved default logfile and pid fiels to /var/{run,log}/mini_httpd/ fixes #80
Diffstat (limited to 'main/mini_httpd/mini_httpd.conf.sample')
-rw-r--r--main/mini_httpd/mini_httpd.conf.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/mini_httpd/mini_httpd.conf.sample b/main/mini_httpd/mini_httpd.conf.sample
index 397a331ad..002f4f0c7 100644
--- a/main/mini_httpd/mini_httpd.conf.sample
+++ b/main/mini_httpd/mini_httpd.conf.sample
@@ -27,7 +27,9 @@ dir=/var/www/localhost/htdocs
chroot
#nochroot
##
-logfile=/var/log/mini_httpd.log
+## The init.d script will override logfile here, so you need to set the
+## MINI_HTTPD_OPTS in /etc/conf.d/ in order to enable the logfile option here
+#logfile=/var/log/mini_httpd/mini_httpd.log
##
#charset=iso-8859-1
##