22Installing Roundup
33==================
44
5- :Version: $Revision: 1.122 $
5+ :Version: $Revision: 1.123 $
66
77.. contents::
88 :depth: 2
@@ -343,7 +343,7 @@ for the cgi to work (it turns on the PATH_INFO cgi variable)::
343343
344344 adsutil.vbs set w3svc/AllowPathInfoForScriptMappings TRUE
345345
346- The ``adsutil.vbs`` file can be found in either ``c:\inetpub\adminscripts``
346+ The ``adsutil.vbs`` file can be found in either ``c:\inetpub\adminscripts``
347347or ``c:\winnt\system32\inetsrv\adminsamples\`` or
348348``c:\winnt\system32\inetsrv\adminscripts\`` depending on your installation.
349349
@@ -373,7 +373,7 @@ If you're using Apache, you can use an additional trick to hide the
373373``.cgi`` extension of the cgi script. Place the ``roundup.cgi`` script
374374wherever you want it to be, rename it to just ``roundup``, and add a
375375couple lines to your Apache configuration::
376-
376+
377377 <Location /path/to/roundup>
378378 SetHandler cgi-script
379379 </Location>
@@ -511,11 +511,11 @@ Example mod_python configuration::
511511 <Directory /var/db/roundup/devel>
512512 PythonOption TrackerHome /var/db/roundup/devel
513513 </Directory>
514-
514+
515515Notice that the ``/var/db/roundup`` path shown above refer to the directory
516516in which the tracker homes are stored. The actual value will thus depend on
517517your system.
518-
518+
519519On Windows the corresponding lines will look similar to these::
520520
521521 AliasMatch /roundup/(.+)/@@file/(.*) C:/DATA/roundup/$1/html/$2
@@ -525,7 +525,7 @@ On Windows the corresponding lines will look similar to these::
525525 <Directory C:/DATA/roundup/devel>
526526
527527In this example the directory hosting all of the tracker homes is
528- ``C:\DATA\roundup`` (Notice that you must use forward slashes in paths
528+ ``C:\DATA\roundup``. (Notice that you must use forward slashes in paths
529529inside the httpd.conf file!)
530530
531531The URL for accessing these trackers then become:
@@ -567,7 +567,7 @@ There are five supported ways to get emailed issues into the
567567Roundup tracker. You should pick ONE of the following, all
568568of which will continue my example setup from above:
569569
570- As a mail alias pipe process
570+ As a mail alias pipe process
571571~~~~~~~~~~~~~~~~~~~~~~~~~~~~
572572
573573Set up a mail alias called "issue_tracker" as (include the quote marks):
@@ -580,7 +580,7 @@ symlink ``/etc/smrsh/roundup-mailgw`` to "``/usr/bin/roundup-mailgw``"
580580and change the command to::
581581
582582 |roundup-mailgw /opt/roundup/trackers/support
583-
583+
584584To test the mail gateway on unix systems, try::
585585
586586 echo test |mail -s '[issue] test' support@YOUR_DOMAIN_HERE
@@ -622,7 +622,7 @@ The matching is done in the line::
622622 require_files = /usr/bin/roundup-mailgw:ROUNDUP_HOME/$local_part/schema.py
623623
624624The following configuration has been tested on Debian Sarge with
625- Exim4.
625+ Exim4.
626626
627627.. note::
628628 Note that the Debian Exim4 packages don't allow pipes in alias files
0 commit comments