AtteanX::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/atteanx_endpoint.psgi
    service uwsgi start atteanx_endpoint

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 26 Dec 2016 00:02:38 +0100
