Changes between Initial Version and Version 2 of Ticket #18864


Ignore:
Timestamp:
Mar 16, 2009, 5:03:18 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18864

    • Property Owner changed from macports-tickets@… to ys@…
    • Property Port mod_wsgi added
  • Ticket #18864 – Description

    initial v2  
    11I think that the message printed by www/mod_wsgi/Portfile is incorrect.  The line that currently reads:
    2    ui_msg "#  LoadModule python_module modules/mod_wsgi.so"
     2{{{
     3ui_msg "#  LoadModule python_module modules/mod_wsgi.so"
     4}}}
    35should read:
    4    ui_msg "#  LoadModule wsgi_module modules/mod_wsgi.so"
     6{{{
     7ui_msg "#  LoadModule wsgi_module modules/mod_wsgi.so"
     8}}}
    59
    610If the current instructions are followed, attempting to start Apache gives the following error:
     11{{{
    712jupiter LaunchDaemons # /opt/local/apache2/bin/apachectl start
    813httpd: Syntax error on line 116 of /opt/local/apache2/conf/httpd.conf: Can't locate API module structure `python_module' in file /opt/local/apache2/modules/mod_wsgi.so: dlsym(0x404e10, python_module): symbol not found
     14}}}
    915
    1016(I am using MacPorts 1.7.0 on OS X 10.5.6/Intel)