Is it possible to build dynamically driven web sites with Mason (Perl) with httpd on OpenBSD current?
1 Answer
From the PDF you linked to, I see that
Only the most important features will be supported:
–
Serve static files
–
Support
FastCGI
–
Do (proper) TLS
–
Provide “core” features like directory listing, logging, basic auth.
which means that you will probably need another webserver which can serve dynamic content.