Mercurial > p > roundup > code
comparison doc/installation.txt @ 2665:7d6dda802ca0
cgi install tip
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 29 Aug 2004 21:53:38 +0000 |
| parents | c0d6d5004464 |
| children | d2b5ebf53d08 |
comparison
equal
deleted
inserted
replaced
| 2664:8348373b4361 | 2665:7d6dda802ca0 |
|---|---|
| 357 tracker (so you may have more than one tracker per cgi-bin script). Make sure | 357 tracker (so you may have more than one tracker per cgi-bin script). Make sure |
| 358 there are no spaces or other illegal characters in it (to be safe, stick to | 358 there are no spaces or other illegal characters in it (to be safe, stick to |
| 359 letters and numbers). The "name" forms part of the URL that appears in the | 359 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" | 360 tracker config TRACKER_WEB variable, so make sure they match. The "home" |
| 361 part of the configuration is the tracker home directory. | 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 | |
| 362 | 372 |
| 363 Stand-alone Web Server | 373 Stand-alone Web Server |
| 364 ~~~~~~~~~~~~~~~~~~~~~~ | 374 ~~~~~~~~~~~~~~~~~~~~~~ |
| 365 | 375 |
| 366 This approach will give you the fastest of the three web interfaces. You may | 376 This approach will give you the fastest of the three web interfaces. You may |
