Running BackupPC with lighttpd instead of Apache
📅 Sep 28, 2014
⌛ 2 minutes
I have been running BackupPC to back up jails on a FreeBSD box for a while now and been very satisfied with its stability. However recently I ran into problems with upgrading Apache, which is used as an optional web interface for BackupPC.
I was under the mistaken impression that BackupPC’s frontend only worked with Apache, so when I found instructions on the ArchLinux wiki to run it on lighttpd instead, I gave it a try on FreeBSD, and with these few changes to the configuration it runs just fine:
Delete Apache:
Delete dependencies installed for Apache:
Install lighttpd:
Edit lighttpd’s configuration:
Edit rc.conf:
Give backuppc user access to log and pid directories:
Start lighttpd: