Edgewall Software

Changes between Version 1 and Version 2 of TracCgi


Ignore:
Timestamp:
Aug 27, 2005, 11:01:54 PM (19 years ago)
Author:
Christopher Lenz
Comment:

Should've previewed

Legend:

Unmodified
Added
Removed
Modified
  • TracCgi

    v1 v2  
    44
    55 1. Use a `ScriptAlias` to map an URL to the CGI:
    6      {{{ScriptAlias /trac.cgi /usr/share/trac/cgi-bin/trac.cgi}}}
     6{{{
     7ScriptAlias /trac.cgi /usr/share/trac/cgi-bin/trac.cgi
     8}}}
    79 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.
    810
     
    3537
    3638''Note: If you are using the [http://httpd.apache.org/docs/suexec.html Apache suEXEC] feature see [http://projects.edgewall.com/trac/wiki/ApacheSuexec ApacheSuexec] (on the main Trac site).''
     39
     40----
     41See also:  TracGuide, TracInstall, TracFastCgi, TracModPython