diff options
author | Antonio Hernández Blas <hba.nihilismus@gmail.com> | 2014-11-05 18:22:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-08 06:30:11 +0700 |
commit | 60c75ff791ce88fe9bddede4997aa2c6dfea5e64 (patch) | |
tree | 2751074694fa5987c3e7fe304c9205a7aae73e5d /network/thttpd/thttpd.conf | |
parent | 2e8081a46c101e236b26256a8440f5d6d0ab168c (diff) |
network/thttpd: Updated for version 2.26.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/thttpd/thttpd.conf')
-rw-r--r-- | network/thttpd/thttpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/thttpd/thttpd.conf b/network/thttpd/thttpd.conf index 22b9a9bb27f0..50d1c00b0f62 100644 --- a/network/thttpd/thttpd.conf +++ b/network/thttpd/thttpd.conf @@ -5,5 +5,5 @@ host=localhost port=80 user=thttpd dir=/var/www/thttpd -logfile=/var/log/thttpd.log -pidfile=/var/run/thttpd.pid +logfile=/var/log/thttpd/thttpd.log +pidfile=/var/run/thttpd/thttpd.pid |