Hi, I successfully installed mod_wsgi on Ubuntu and am having some issues with configuration. I have added the line "LoadModule wsgi-module /usr/ lib/apache2/modules/mod_wsgi.so" into /etc/apache2/httpd.conf. When I restart the Apache server using /etc/init.d/apache2 stop and /etc/ init.d/apache2 start, I get this message:
* Starting web server apache2 [Tue Aug 31 12:58:33 2010] [warn] module wsgi_module is already loaded, skipping apache2: Syntax error on line 207 of /etc/apache2/apache2.conf: Syntax error on line 3 of /etc/apache2/httpd.conf: Can't locate API module structure `wsgi-module' in file /usr/lib/apache2/modules/mod_wsgi.so: / usr/lib/apache2/modules/mod_wsgi.so: undefined symbol: wsgi-module ...fail! How can I make sure "symbol: wsgi-module" is defined? Any suggestions would be greatly appreciated. -- 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.
