File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22Installing Roundup
33==================
44
5- :Version: $Revision: 1.129 $
5+ :Version: $Revision: 1.130 $
66
77.. contents::
88 :depth: 2
@@ -500,7 +500,7 @@ Example mod_python configuration::
500500 # everything else is handled by roundup web UI
501501 AliasMatch /roundup/([^/]+)/(?!@@file/)(.*) /var/db/roundup/$1/dummy.py/$2
502502 # roundup requires a slash after tracker name - add it if missing
503- RedirectMatch permanent /roundup/([^/]+)$ /roundup/$1/
503+ RedirectMatch permanent ^ /roundup/([^/]+)$ /roundup/$1/
504504 # common settings for all roundup trackers
505505 <Directory /var/db/roundup/*>
506506 Order allow,deny
@@ -521,7 +521,7 @@ Example mod_python configuration::
521521 <Directory /var/db/roundup/devel>
522522 PythonOption TrackerHome /var/db/roundup/devel
523523 </Directory>
524-
524+
525525Notice that the ``/var/db/roundup`` path shown above refers to the directory
526526in which the tracker homes are stored. The actual value will thus depend on
527527your system.
You can’t perform that action at this time.
0 commit comments