On 2016-01-05, Jordon <open...@sirjorj.com> wrote: > Next, I think I need to get php working. This is where I get stuck. An email > posted here last month mentioned getting php_fpm running, but that package is > not installed on my machine. If that is a requirement for racktables, > shouldn't pkg_add install it?
Whether or not php-fpm is a requirement depends on which webserver software you use. It's needed for nginx and the httpd from base, but isn't needed for Apache httpd. > I did some searching for getting php running on httpd in openbsd and found a > lot of info on apache and nginx, but not much on the new httpd. There isn't very much information around for it; very roughly you need to install and run php-fpm, and there's a sample config block in /etc/examples/httpd.conf. I've only tested racktables with nginx but I don't have anything special in the config for it so I don't see why it wouldn't work with httpd from base.