https://acme.com/software/thttpd/
+wget https://acme.com/software/thttpd/thttpd-2.29.tar.gz
+tar -xvzf thttpd-2.29.tar.gz
+cd thttpd-2.29/
+sudo groupadd www
+make
+make install
+
+#rm thttpd-2.29.tar.gz
+#rm -rf thttpd-2.29
+
Create an mkdir ~/thttpd_dev directory.
Run server using this config file, where {user} is your home login location.
charset=utf-8
cgipat=**.cgi
+After modifying the thttpd.conf
+you'll have to modify the startDevWebServer.sh to reflect your setup before running the script.
+
+The full URL to the LifeLog is the following link (if not working try without cgi-bin, and proceed with further installation):
+#
+#
+ http://localhost:8080/cgi-bin/
+#
+#
-#Install cpanm to make installing other modules easier (you'll thank us later). You need to type these commands into a Terminal emulator (Mac OS X, Win32, Linux)
+#Install cpanm to make installing other modules easier (you'll thank us later).
+You need to type these commands into a Terminal emulator (Mac OS X, Win32, Linux)
sudo apt install cpanminus
#Install DBI module
# This section overrides defaults
-dir=/home/will/thttpd_dev/htdocs
+dir=/home/will/dev/LifeLog/htdocs
user=will
-logfile=/home/will/thttpd_dev/log/thttpd.log
-pidfile=/home/will/thttpd_dev/run/thttpd.pid
+logfile=/home/will/dev/LifeLog/log/thttpd.log
+pidfile=/home/will/dev/LifeLog/run/thttpd.pid
# This section _documents_ defaults in effect
port=8080
nosymlinkcheck # default = !chroot