Changes between Version 1 and Version 2 of howto/SetupTracAjpWsgi


Ignore:
Timestamp:
Apr 9, 2009, 6:17:26 AM (15 years ago)
Author:
blb@…
Comment:

Update for trac and ajp-wsgi changes

Legend:

Unmodified
Added
Removed
Modified
  • howto/SetupTracAjpWsgi

    v1 v2  
    44
    55 * Audience: Those who want to use Trac within a separate process from apache
    6  * Requires: MacPorts >=1.6, Mac OS X 10.5
     6 * Requires: MacPorts >=1.7, Mac OS X 10.5
    77
    88== Introduction ==
     
    1616sudo port install apache2
    1717sudo port install trac
    18 sudo port install ajp-wsgi +python25
     18sudo port install ajp-wsgi +python26
    1919}}}
    20 The {{{+python25}}} variant was selected for ajp-wsgi to use the current Python version, and Trac prefers 2.5 as well so this keeps them using the same version.  By default, ajp-wsgi would otherwise depend on python24.
     20The {{{+python26}}} variant was selected for ajp-wsgi to use the current Python version, and Trac prefers 2.6 as well so this keeps them using the same version.  Note that by default ajp-wsgi will select +python26 if not otherwise specified.
    2121
    2222== Configuration ==
     
    3333        <dict>
    3434                <key>PYTHONHOME</key>
    35                 <string>/opt/local</string>
     35                <string>/opt/local/Library/Frameworks/Python.framework/Versions/2.6</string>
    3636                <key>PYTHON_EGG_CACHE</key>
    3737                <string>/usr/local/trac/.python-egg-cache</string>