Edgewall Software

Changes between Version 76 and Version 77 of TracModWSGI


Ignore:
Timestamp:
Feb 15, 2016, 8:25:28 PM (8 years ago)
Author:
Ryan J Ollos
Comment:

Link to equivalent issue in TracModPython.

Legend:

Unmodified
Added
Removed
Modified
  • TracModWSGI

    v76 v77  
    437437=== Missing Headers and Footers
    438438
    439 If python optimizations are turned on, then headers and footers will not be rendered.
    440 
    441 In your WSGI mod configuration file, the `WSGIPythonOptimize` setting must be set to `0` as follows (`1` or `2` will not work):
     439If python optimizations are enabled, then headers and footers will not be rendered.
     440
     441In your WSGI configuration file, the `WSGIPythonOptimize` setting must be set to `0` as follows (`1` or `2` will not work):
    442442
    443443{{{#!apache
     
    447447On Ubuntu, the WSGI mod configuration is at `/etc/apache2/mods-enabled/wsgi.conf`.
    448448
    449 NOTE: This is the WSGI equivalent of the same issue that happens with `PythonOptimize On` (see [trac:#8956]).
     449NOTE: This is the WSGI equivalent of the same issue that happens with `PythonOptimize On` in [TracModPython#Pagelayoutissues ModPython] (see [trac:#8956]).
    450450
    451451=== Other resources