Hello, I run OpenBSD since a fews days on a VPS from Vultr. It was on 6.3, i update to 6.4, and in both cases I got this 'problem' with lighttpd; first time was on the newly installed system.
As said in the subject, the default configuration for lighttpd chroot into /var/www; but the directory /var/www/var(/tmp) is missing after the installation. After created it, lighttpd still can't be launched in daemon mode. With «don't daemonize» option it works fine (lighttpd -D -f /etc/lighttpd.conf), but it can't open /dev/null to daemonize itself ; cause it is in the chroot. I created a hardlink from /dev/null to /var/www/dev/null and its working (out of scope, but I wonder if there is a better way than hardlink) Did I miss something or is it the port ? Thank you ! Loïs