Opened 15 years ago

Last modified 15 years ago

#18864 closed defect

mod_wsgi 1.1 prints incorrect apache configuration instructions — at Initial Version

Reported by: francis@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: mod_wsgi

Description

I think that the message printed by www/mod_wsgi/Portfile is incorrect. The line that currently reads:

ui_msg "# LoadModule python_module modules/mod_wsgi.so"

should read:

ui_msg "# LoadModule wsgi_module modules/mod_wsgi.so"

If the current instructions are followed, attempting to start Apache gives the following error: jupiter LaunchDaemons # /opt/local/apache2/bin/apachectl start httpd: 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

(I am using MacPorts 1.7.0 on OS X 10.5.6/Intel)

Change History (0)

Note: See TracTickets for help on using tickets.