Edgewall Software

Changes between Version 5 and Version 6 of TracCgi


Ignore:
Timestamp:
Oct 30, 2005, 2:03:18 AM (19 years ago)
Author:
ErikRose
Comment:

fixed typo

Legend:

Unmodified
Added
Removed
Modified
  • TracCgi

    v5 v6  
    33To install Trac as a CGI script, you need to make the `trac.cgi` executable as a CGI by your web server. If you're using [http://httpd.apache.org/ Apache HTTPD], there are a couple ways to do that:
    44
    5  1. Use a `ScriptAlias` to map an URL to the `trac.cgi` script
     5 1. Use a `ScriptAlias` to map a URL to the `trac.cgi` script
    66 2. Copy the `trac.cgi` file into the directory for CGI executables used by your web server (commonly named `cgi-bin`). You can also create a symbolic link, but in that case make sure that the `FollowSymLinks` option is enabled for the `cgi-bin` directory.
    77