1

Is it possible to build dynamically driven web sites with Mason (Perl) with httpd on OpenBSD current?

See The Mason Book and the introduction to OpenBSD's httpd.

Stephen Kitt
  • 411,918
  • 54
  • 1,065
  • 1,164
Vim
  • 229
  • 1
  • 4
  • 15

1 Answers1

0

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.

schaiba
  • 7,493
  • 1
  • 33
  • 31