Changes between Version 2 and Version 3 of TracFastCgi
- Timestamp:
- 09/24/12 18:52:16 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracFastCgi
v2 v3 106 106 The second rule will be there to serve the few static files needed to correctly display the Trac interface. Create it as ''Directory rule'' for ''/common'' and just set it to the ''Static files'' handler and with a ''Document root'' that points to the appropriate files: ''$TRAC_LOCAL/htdocs/'' (where $TRAC_LOCAL is a directory defined by the user or the system administrator to place local trac resources). 107 107 108 Note:\\ \\109 If the tracd process fails to start up, and cherokee displays a 503 error page, you might be missing the [http://trac.saddi.com/flup python-flup] package.\\ \\108 Note:\\ 109 If the tracd process fails to start up, and cherokee displays a 503 error page, you might be missing the [http://trac.saddi.com/flup python-flup] package.\\ 110 110 Python-flup is a dependency which provides trac with SCGI capability. You can install it on debian based systems with: 111 111 {{{ … … 458 458 raise 459 459 except Exception, e: 460 print 'Content-Type: text/plain\ \r\\n\\r\\n',460 print 'Content-Type: text/plain\r\n\r\n', 461 461 print 'Oops...' 462 462 print
