comparison doc/installation.txt @ 1750:85cf4268f24c maint-0.6

backport "cgi-bin install note" from HEAD
author Richard Jones <richard@users.sourceforge.net>
date Mon, 18 Aug 2003 06:32:45 +0000
parents 9c1da921cd35
children cc13abad744e
comparison
equal deleted inserted replaced
1749:d954b7eaa08f 1750:85cf4268f24c
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.55 $ 5 :Version: $Revision: 1.55.2.1 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 Overview 10 Overview
278 278
279 A benefit of using the cgi-bin approach is that it's the easiest way to 279 A benefit of using the cgi-bin approach is that it's the easiest way to
280 restrict access to your tracker to only use HTTPS. Access will be slower 280 restrict access to your tracker to only use HTTPS. Access will be slower
281 than through the `stand-alone web server`_ though. 281 than through the `stand-alone web server`_ though.
282 282
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
283 If you're using IIS on a Windows platform, you'll need to run this command 286 If you're using IIS on a Windows platform, you'll need to run this command
284 for the cgi to work (it turns on the PATH_INFO cgi variable):: 287 for the cgi to work (it turns on the PATH_INFO cgi variable)::
285 288
286 adsutil.vbs set w3svc/AllowPathInfoForScriptMappings TRUE 289 adsutil.vbs set w3svc/AllowPathInfoForScriptMappings TRUE
287 290
480 4) Choose "System" 483 4) Choose "System"
481 5) Choose "Advanced" 484 5) Choose "Advanced"
482 6) Choose "Environmental Variables" 485 6) Choose "Environmental Variables"
483 7) Add: "<dir>\Scripts" to the "Path" environmental variable. 486 7) Add: "<dir>\Scripts" to the "Path" environmental variable.
484 487
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``)
486 of your Python installation. 489 of your Python installation.
487 490
488 I understand that in XP, 2) above is not needed as "Control 491 I understand that in XP, 2) above is not needed as "Control
489 Panel" is directly accessible from "Start". 492 Panel" is directly accessible from "Start".
490 493

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