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

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

Copy the files into /etc,
adapt /etc/apache2/sites-available/endpoint.example.org.conf,
and invoke these commands as root:

    aptitude install uwsgi uwsgi-plugin-psgi apache2
    ln -st /etc/uwsgi/apps-enabled/ ../apps-available/rdf_endpoint.psgi
    service uwsgi restart
    a2enconf a2enmod proxy_uwsgi
    a2ensite endpoint.example.org.conf
    service apache2 restart

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 03 Nov 2018 22:30:31 +0100
