I’ve been trying to get RackTables running and my lack of web server experience is not making this easy.
I started with a fresh install of 5.8 and added the racktables package. I then copy/pasted the ‘ln’ commands that were shown after the package install. At this point, the packages are installed but nothing works - I think I need to get httpd running. I found some basic httpd.conf examples and enabled httpd in rc.conf.local (httpd_flags=“”) and got it to the point where it would serve a .html file from /var/www/htdocs, so I think that is good. 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? 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. Am I on the right track? Is there some obvious documentation I am missing or is there a lot of assumed knowledge that I simply do not have? Jordon