Edgewall Software

Changes between Version 243 and Version 244 of TracInstall


Ignore:
Timestamp:
Jun 5, 2008, 5:24:24 PM (16 years ago)
Author:
anonymous
Comment:

mod_wsgi link

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v243 v244  
    6767 * A CGI-capable web server (see TracCgi), or
    6868 * a [http://www.fastcgi.com/ FastCGI]-capable web server (see TracFastCgi), or
    69  * [http://httpd.apache.org/ Apache] with [http://code.google.com/p/modwsgi/ mod_wsgi] (see [wiki:TracModWSGI])
     69 * [http://httpd.apache.org/ Apache] with [http://code.google.com/p/modwsgi/ mod_wsgi] (see [wiki:TracModWSGI] or http://code.google.com/p/modwsgi/wiki/IntegrationWithTrac)
    7070    * This should work with Apache 1.3, 2.0 or 2.2 and promises to deliver more performance than using mod_python. A little less mature than mod_python.
    7171 * [http://httpd.apache.org/ Apache] with [http://www.modpython.org/ mod_python 3.1.3+] (see TracModPython)
     
    160160Trac provides three options for connecting to a "real" web server: [wiki:TracCgi CGI], [wiki:TracFastCgi FastCGI] and [wiki:TracModPython mod_python]. For decent performance, it is recommended that you use either FastCGI or mod_python.
    161161
    162 If you're not afraid of running development code, you can also try running Trac on [wiki:TracModWSGI mod_wsgi]. This should deliver even better performance than mod_python, but the module is not considered stable just yet.
     162If you're not afraid of running newer code, you can also try running Trac on [wiki:TracModWSGI mod_wsgi]. This should deliver even better performance than mod_python, but the module isn't as extensively tested as mod_python.
    163163
    164164== Configuring Authentication ==