fookebox for Debian ------------------- By default, fookebox is served through apache's mod_wsgi. If you would like to use fookebox with FastCGI and flup instead, you can modify the symbolic link /etc/apache2/conf.d/fookebox to point to /etc/fookebox/apache-fcgi.conf instead of /etc/fookebox/apache.conf. To use fookebox with apache you will have to enable the fookebox and javascript-common configurations: $ a2enconf javascript-common $ a2enconf fookebox Don't forget to enable the WSGI module if you intend to use that: $ a2enmod wsgi Don't forget to reload apache afterwards. -- Stefan Ott Sun, 02 Nov 2014 06:35:42 +0100