Changes between Version 4 and Version 5 of TracCgi
- Timestamp:
- 01/28/15 17:06:11 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracCgi
v4 v5 1 1 = Installing Trac as CGI 2 [[TracGuideToc]] 2 3 3 4 {{{#!div class=important … … 19 20 20 21 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: 21 {{{#! sh22 {{{#!apache 22 23 ScriptAlias /trac /path/to/www/trac/cgi-bin/trac.cgi 23 24 }}}