RDF::Endpoint with uWSGI and Apache2
====================================

uWSGI started as a Python WSGI but nowadays supports Perl PSGI as well.

Copy the files into /etc and invoke these commands as root:

    aptitude install uwsgi uwsgi-plugin-psgi libapache2-mod-uwsgi
    ln -st /etc/uwsgi/apps-enabled/ ../apps-available/rdf_endpoint.psgi
    service uwsgi start rdf_endpoint

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 10 Jun 2012 19:31:13 +0200
