[FM Discuss] error installing book type

Aleksandar Erkalovic aerkalov at gmail.com
Sun Mar 24 13:00:32 PDT 2013


On Sun, Mar 24, 2013 at 9:02 AM, Mick - FLOSS Manuals
<mick at flossmanuals.net> wrote:
> Thanks! This works great.
> Now just need to get my head around mod_wsgi!

create scripts will prepare all configuration for you, even for nginx
web server. you will have to configure server name and couple of other
things.  also, when using virtualenv you will just need to add one
line to the wsgi file.

install instructions do cover which modules you need to install for
apache. there are two modes for that module- embedded mode and daemon
mode. by default configuration is using embedded mode but you can
switch to daemon mode (you configure it more, but there are reasons
why it is not used by default).

if you want to have non ascii  attachment names (and you probably do
want that) you will need to change something in apache conf (covered
in the docs).

in general it is good to check default configuration for redis, apache
and postgresql. if some other apps are using then you might need to do
some calculations yourself, but in general check how redis is saving
database to disk (covered in docs) and configuration of connections,
memory and number of workers for apache and postgresql. it all depends
of your setup so it is hard to say some real numbers but this subject
is very well covered with zillion of different blogs and etc.

aco

-- 
 http://www.binarni.net/



More information about the Discuss mailing list