$OpenBSD: README-cgi,v 1.3 2018/09/04 12:46:21 espie Exp $

+-----------------------------------------------------------------------
| Running apcupsd-cgi on OpenBSD
+-----------------------------------------------------------------------

Before using multimon and the other CGI programs, first ensure that
apcupsd is configured to run the Network Information Server. This is
done by setting NETSERVER on in /etc/apcupsd/apcupsd.conf.
This switch is on by default.

To run scripts in chrooted apache (default behaviour), configuration
files must be available to the webserver:
# mv /etc/apcupsd /var/www//etc/apcupsd
# ln -s /var/www//etc/apcupsd /etc/

And some libraries must be copied in:
# /var/www/cgi-bin/apcupsd/copy-libs.sh
