On 5 Nov, 22:57, "Graham Dumpleton" <[EMAIL PROTECTED]>
wrote:
> 2008/11/6 Andreas L. <[EMAIL PROTECTED]>:

> > Hi,
>
> > I am trying to install mod_wsgi on my mac using macports, but I always
> > end up with a broken mod_wsgi.so. This is the error I get trying to
> > "apachectl start":
>
> > httpd: Syntax error on line 115 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

> You need to use something like:
>
>   LoadModule wsgi_module modules/mod_wsgi.so
>
> You appear to have 'python_module' instead of 'wsgi_module'.

Thanks, it obviously fixed it... I'll drop an email to the macport
package mantainer since I have been misleaded by this:

########################################################
# to enable mod_wsgi add
#  LoadModule python_module modules/mod_wsgi.so
# to your apache2 config file:
#  /opt/local/apache2/conf/httpd.conf
########################################################

Again, thank you :)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to