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: aptitude install apache2 uwsgi uwsgi-plugin-psgi ln -s -t /etc/uwsgi/apps-enabled ../apps-available/ciderwebmail.ini ln -s -t /etc/apache2/conf.d /etc/ciderwebmail/apache-uwsgi.conf service uwsgi restart ciderwebmail service apache2 restart -- Jonas Smedegaard Sat, 16 Mar 2013 21:42:49 +0100