Skip to content

Commit 048ed38

Browse files
author
Richard Jones
committed
backport "cgi-bin install note" from HEAD
1 parent 585ded0 commit 048ed38

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
This file contains the changes to the Roundup system over time. The entries
22
are given with the most recent entry first.
33

4+
2003-08-?? 0.6.1
5+
- Add note about installing cgi-bin with a different interpreter
6+
7+
48
2003-08-08 0.6.0
59
- Fixed editing attributes on FileClass nodes.
610
- Query editing now works correctly (sf bug 621248)

doc/installation.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Installing Roundup
33
==================
44

5-
:Version: $Revision: 1.55 $
5+
:Version: $Revision: 1.55.2.1 $
66

77
.. contents::
88

@@ -280,6 +280,9 @@ A benefit of using the cgi-bin approach is that it's the easiest way to
280280
restrict access to your tracker to only use HTTPS. Access will be slower
281281
than through the `stand-alone web server`_ though.
282282

283+
Note that if your Python isn't install as "python" then you'll need to edit
284+
the ``roundup.cgi`` script to fix the first line.
285+
283286
If you're using IIS on a Windows platform, you'll need to run this command
284287
for the cgi to work (it turns on the PATH_INFO cgi variable)::
285288

@@ -482,7 +485,7 @@ On Windows 2000 and later:
482485
6) Choose "Environmental Variables"
483486
7) Add: "<dir>\Scripts" to the "Path" environmental variable.
484487

485-
Where <dir> in 7) is the root directory (e.g., C:\Python22\Scripts)
488+
Where <dir> in 7) is the root directory (e.g., ``C:\Python22\Scripts``)
486489
of your Python installation.
487490

488491
I understand that in XP, 2) above is not needed as "Control

0 commit comments

Comments
 (0)