Tags: plack

How to get a PSGI app running with mod_fastcgi on Ubuntu with Apache2

First make sure you activate the multiverse repository for apt. Then install the required modules (if you don't already have them enabled)sudo aptitude install libapache2-mod-fastcgi apache2-suexec Enable the fastcgi and rewrite modules:… more »