From e7a85affac3d006e904eeb42b1a7c88979008303 Mon Sep 17 00:00:00 2001 From: Will Budic Date: Tue, 25 Feb 2020 11:16:52 +1100 Subject: [PATCH] after test fixes. --- .gitignore | 5 +++++ thttpd.conf | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2c1784d..d9efddf 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ cgisess_* .Trashes *.db *.swp +*.log log/thttpd.log .gitignore @@ -54,4 +55,8 @@ htdocs/thttpd.pid htdocs/cgi-bin/wsrc/examples.css dbLifeLog/*.db-journal log/*.log +/home/will/dev/LifeLog/log/thttpd.log dbLifeLog/*.db.tgz +dbLifeLog/*.db.toz + +*.db.osz diff --git a/thttpd.conf b/thttpd.conf index 9da64ec..927b654 100644 --- a/thttpd.conf +++ b/thttpd.conf @@ -1,8 +1,8 @@ # This section overrides defaults dir=./htdocs user=will -logfile=./log/thttpd.log -pidfile=./log/thttpd.pid +logfile=/home/will/dev/LifeLog/log/thttpd.log +pidfile=/home/will/dev/LifeLog/log/thttpd.pid # This section _documents_ defaults in effect port=8080 nosymlinkcheck # default = !chroot -- 2.34.1