Changes between Version 4 and Version 5 of TracCgi


Ignore:
Timestamp:
01/28/15 17:06:11 (9 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracCgi

    v4 v5  
    11= Installing Trac as CGI
     2[[TracGuideToc]]
    23
    34{{{#!div class=important
     
    1920
    2021To make Trac available at `http://yourhost.example.org/trac` add `ScriptAlias` directive to Apache configuration file, changing `trac.cgi` path to match your installation:
    21 {{{#!sh
     22{{{#!apache
    2223ScriptAlias /trac /path/to/www/trac/cgi-bin/trac.cgi
    2324}}}