Nick Holmes wrote:
Has anyone else got Kronolith running on chroot'd Apache in OpenBSD (I am running -CURRENT)? Is it relatively easy or utterly painful? Is there any advice that can be given or openbsd/chroot specfic caveats I must be aware of before I start installing the Horde Framwork and Kronolith?
It's easy. I've created /var/www/etc/resolv.conf so that host names can be resolved. The PHP sessions are stored in /var/www/tmp. My installation talks to PostreSQL over TCP but it's also possible to create a socket in the chrooted environment.
Things become more difficult if you would like to call external programs like openssl and aspell from Horde.