AtteanX::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/atteanx_endpoint.psgi
    service uwsgi restart
    a2enmod proxy_uwsgi
    a2ensite endpoint.example.org.conf
    service apache2 restart

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 27 Jan 2019 19:38:41 +0100
