Not sure if I'm just dense, but it took awhile to figure this out. So I'm just posting here to help out the next person that needs to know and happens upon this in the archives.
doas plackup -s FCGI --listen /var/www/run/psgi.sock myapp.psgi #/etc/httpd.conf location "/*" { fastcgi socket "/run/psgi.sock" } If anyone has any advice to improve upon this please share. Thanks, Edgar