comparison doc/installation.txt @ 1540:3e65577ad6d7

minor changes
author Richard Jones <richard@users.sourceforge.net>
date Fri, 21 Mar 2003 05:05:16 +0000
parents 96cd422532ef
children 3f2e516b8de3
comparison
equal deleted inserted replaced
1539:800b5896e14a 1540:3e65577ad6d7
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.40 $ 5 :Version: $Revision: 1.41 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 Overview 10 Overview
246 246
247 A benefit of using the cgi-bin approach is that it's the easiest way to 247 A benefit of using the cgi-bin approach is that it's the easiest way to
248 restrict access to your tracker to only use HTTPS. Access will be slower 248 restrict access to your tracker to only use HTTPS. Access will be slower
249 than through the `stand-alone web server`_ though. 249 than through the `stand-alone web server`_ though.
250 250
251 If you're using IIS on a Windows platform, you'll need to run this command
252 for the cgi to work (it turns on the PATH_INFO cgi variable)::
253
254 adsutil.vbs set w3svc/AllowPathInfoForScriptMappings TRUE
255
256 The ``adsutil.vbs`` file can be found in either ``c:\inetpub\adminscripts``
257 or ``c:\winnt\system32\inetsrv\adminsamples\`` or
258 ``c:\winnt\system32\inetsrv\adminscripts\`` depending on your installation.
259
251 Copy the ``cgi-bin/roundup.cgi`` file to your web server's ``cgi-bin`` 260 Copy the ``cgi-bin/roundup.cgi`` file to your web server's ``cgi-bin``
252 directory. You will need to configure it to tell it where your tracker home 261 directory. You will need to configure it to tell it where your tracker home
253 is. You can do this either: 262 is. You can do this either:
254 263
255 through an environment variable 264 through an environment variable

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