/usr/share/doc/fookebox/README.Debian is in fookebox 0.7.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 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 <stefan@ott.net> Sun, 02 Nov 2014 06:35:42 +0100
|