This is Apache2 module mod_psgi. * Install % ./configure % make % sudo make install You can specify apxs, apachectl and perl as follows: % ./configure \ --with-apxs=/path/to/apxs \ --with-apachectl=/path/to/apachectl \ --with-perl=/path/to/perl Then activate it in Apache's httpd.conf file for instance for the URL /psgi in as follows: # httpd.conf LoadModule psgi_module modules/mod_psgi.so <Locatio
{{#tags}}- {{label}}
{{/tags}}