Skip to content

Commit d475773

Browse files
author
Alexander Smishlajev
committed
added mod_python options TrackerDebug and TrackerTiming
1 parent 760a762 commit d475773

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/installation.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,22 @@ directives:
446446
value has the same syntax as values of these environment variables.
447447
This option may be omitted.
448448

449+
TrackerDebug:
450+
run the tracker in debug mode. Setting this option to ``yes`` or
451+
``true`` has the same effect as running ``roundup-server -t debug``:
452+
the database schema and used html templates are rebuilt for each
453+
HTTP request. Values ``no`` or ``false`` mean that all html
454+
templates for the tracker are compiled and the database schema is
455+
checked once at startup. This is the default behaviour.
456+
457+
TrackerTiming:
458+
has nearly the same effect as environment variable ``CGI_SHOW_TIMING``
459+
for standalone roundup server. The difference is that setting this
460+
option to ``no`` or ``false`` disables timings display. Value
461+
``comment`` writes request handling times in html comment, and
462+
any other non-empty value makes timing report visible. By default,
463+
timing display is disabled.
464+
449465
In the following example we have two trackers set up in
450466
``/var/db/roundup/support`` and ``var/db/roundup/devel`` and accessed
451467
as ``https://my.host/roundup/support/`` and ``https://my.host/roundup/devel/``

0 commit comments

Comments
 (0)