Edgewall Software

Changes between Version 4 and Version 5 of TracModWSGI


Ignore:
Timestamp:
Oct 17, 2007, 6:38:47 PM (17 years ago)
Author:
Manuzhai
Comment:

Some clarifications about the application script.

Legend:

Unmodified
Added
Removed
Modified
  • TracModWSGI

    v4 v5  
    55  The mod_wsgi adapter is an Apache module that provides a WSGI compliant interface for hosting Python based web applications within Apache. The adapter is written completely in C code against the Apache C runtime and for hosting WSGI applications within Apache provides significantly better performance than using existing WSGI adapters for mod_python or CGI.
    66
    7 It is already possible to run Trac on top of mod_wsgi. This can be done by writing the following application script.
     7It is already possible to run Trac on top of mod_wsgi. This can be done by writing the following application script, which is just a Python file, though usually saved with a .wsgi extension).
    88
    99{{{