Changes between Version 2 and Version 3 of TracFastCgi


Ignore:
Timestamp:
09/24/12 18:52:16 (13 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracFastCgi

    v2 v3  
    106106The 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).
    107107
    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.\\\\
     108Note:\\
     109If 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.\\
    110110Python-flup is a dependency which provides trac with SCGI capability. You can install it on debian based systems with:
    111111{{{
     
    458458    raise
    459459except Exception, e:
    460     print 'Content-Type: text/plain\\r\\n\\r\\n',
     460    print 'Content-Type: text/plain\r\n\r\n',
    461461    print 'Oops...'
    462462    print