When I try adding the line to Load the module in httpd.conf LoadModule wsgi_module /usr/lib/httpd/modules/mod_wsgi.so
I get the following error: Configuration problem detected on line 221 of file /usr/local/apache/ conf/httpd.conf: : Syntax error on line 1 of /usr/local/apache/conf/ includes/pre_virtualhost_2.conf: API module structure 'wsgi_module' in file /usr/lib/httpd/modules/mod_wsgi.so is garbled - expected signature 41503232 but saw 41503230 - perhaps this is not an Apache module DSO, or was compiled for a different Apache version? --- /usr/ local/apache/conf/httpd.conf --- 215 216 217 218# SUEXEC is supported 219 220Include "/usr/local/apache/conf/includes/ pre_virtualhost_global.conf" 221 ===> Include "/usr/local/apache/conf/ includes/pre_virtualhost_2.conf" <=== 222 223# DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE USE THE INCLUDE FILES. 224NameVirtualHost * 225 226# Default vhost for unbound IPs 227 --- /usr/local/apache/conf/httpd.con I'm thinking maybe it is trying to compile for Apache 2.0 and I'm running Apache 2.2? Can someone tell me how I might fix this? Thanks, Dustin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
