Debian-specific CiderWebmail usage notes ======================================== Supports integration with any PSGI frontend ------------------------------------------- CiderWebmail uses PSGI, and can therefore be served either standalone using e.g. twiggy or starman, or by a general purpose server like Apache or nginx using with a binding like mod_perl, FCGI or uWSGI. Simplest use is the following, invoked as the user www-data: plackup /etc/ciderwebmail/ciderwebmail.psgi Included are snippets for production use integrating with Apache2 via uWSGI, enabled like this as root: apt install apache2 libapache2-mod-uwsgi uwsgi uwsgi-plugin-psgi ln -s -t /etc/uwsgi/apps-enabled ../apps-available/ciderwebmail.ini a2enmod uwsgi a2enconf ciderwebmail service uwsgi restart ciderwebmail service apache2 restart -- Jonas Smedegaard Thu, 21 Sep 2017 10:34:22 +0200