comparison doc/FAQ.txt @ 3754:9f4dd27ae843

documentation cleanup from Luke Ross (patch [SF#1594860])
author Richard Jones <richard@users.sourceforge.net>
date Sun, 12 Nov 2006 00:09:42 +0000
parents 8634ea9b2d1c
children be9122d753c5
comparison
equal deleted inserted replaced
3753:a6eff0dd2c9c 3754:9f4dd27ae843
1 =========== 1 ===========
2 Roundup FAQ 2 Roundup FAQ
3 =========== 3 ===========
4 4
5 :Version: $Revision: 1.22 $ 5 :Version: $Revision: 1.23 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 Installation 10 Installation
11 ------------ 11 ------------
12 12
13 Living without a mailserver 13 Living without a mailserver
14 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 15
16 Remove the nosy reactor, means delete the tracker file 16 Remove the nosy reactor - delete the tracker file
17 ``detectors/nosyreactor.py`` from your tracker home. 17 ``detectors/nosyreactor.py`` from your tracker home.
18 18
19 19
20 The cgi-bin is very slow! 20 The cgi-bin is very slow!
21 ~~~~~~~~~~~~~~~~~~~~~~~~~ 21 ~~~~~~~~~~~~~~~~~~~~~~~~~
22 22
23 Yep, it sure is. It has to start up Python and load all of the support 23 Yep, it sure is. It has to start up Python and load all of the support
24 libraries for *every* request. 24 libraries for *every* request.
25 25
26 The solution is to use the built in server. 26 The solution is to use the built in server (or possibly the mod_python
27 or WSGI support).
27 28
28 To make Roundup more seamless with your website, you may place the built 29 To make Roundup more seamless with your website, you may place the built
29 in server behind apache and link it into your web tree 30 in server behind apache and link it into your web tree (see below).
30 31
31 32
32 How do I put Roundup behind Apache 33 How do I put Roundup behind Apache
33 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34 35

Roundup Issue Tracker: http://roundup-tracker.org/