Changes between Version 2 and Version 3 of Trac Cgi
- Timestamp:
- Feb 3, 2015, 5:53:07 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Trac Cgi
v2 v3 1 1 = Installing Trac as CGI = 2 [[TracGuideToc]] 2 3 3 4 {{{ … … 20 21 21 22 To 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 23 24 ScriptAlias /trac /path/to/www/trac/cgi-bin/trac.cgi 24 25 }}}