Changes between Version 2 and Version 3 of Trac Cgi


Ignore:
Timestamp:
Feb 3, 2015, 5:53:07 PM (9 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Trac Cgi

    v2 v3  
    11= Installing Trac as CGI =
     2[[TracGuideToc]]
    23
    34{{{
     
    2021
    2122To make Trac available at `http://yourhost.example.org/trac` add `ScriptAlias` directive to Apache configuration file, changing `trac.cgi` path to match your installation:
    22 {{{
     23{{{#!apache
    2324ScriptAlias /trac /path/to/www/trac/cgi-bin/trac.cgi
    2425}}}