We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a101f commit 48e913bCopy full SHA for 48e913b
doc/installation.txt
@@ -360,6 +360,16 @@ letters and numbers). The "name" forms part of the URL that appears in the
360
tracker config TRACKER_WEB variable, so make sure they match. The "home"
361
part of the configuration is the tracker home directory.
362
363
+If you're using Apache, you can use an additional trick to hide the
364
+``.cgi`` extension of the cgi script. Place the ``roundup.cgi`` script
365
+wherever you want it to be, renamed it to just ``roundup``, and add a
366
+couple lines to your Apache configuration::
367
+
368
+ <Location /path/to/roundup>
369
+ SetHandler cgi-script
370
+ </Location>
371
372
373
Stand-alone Web Server
374
~~~~~~~~~~~~~~~~~~~~~~
375
0 commit comments