Deploying Dancer as FastCGI under debian/Apache2

Deplyoing Dancer under debian using apache2 is really easy:

You'll need:


  • libapache2-mod-fcgid

  • libplack-perl

  • libfcgi-perl

Then drop sth like this into your enabled apache2 site:

Alias / /usr/share/myapp/public/dispatch.fcgi/

And you're done! :)