Hi , I am a mod_wsgi newbie. I downloaded the binary module for my python/ apache versions , verified its checksum and installed it and checked everything as mentioned below.
But the apache server does not start only when I am loading the mod_wsgi module. It writes nothing to the apache error log and the Windows Event log has the message : "The Apache2.2 service terminated with service-specific error 1 (0x1). For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp." Please can someone suggest what could be wrong and how I troubleshoot the message. Thanks for your help Hari Here is what I did to check my config on the Windows XP machine 1) mod_wsgi module binary module : mod_wsgi-win32-ap22py26-3.3.so Checked the checksum and it is fine 2) apache version : C:\Program Files\Apache Software Foundation\Apache2.2\bin>httpd.exe -v Server version: Apache/2.2.19 (Win32) Server built: May 20 2011 17:39:35 3) Python version: 2.6.5 4) I have checked my apache httpd.conf using httpd -t and the configuration is OK. When I comment out the line below apache starts just fine LoadModule wsgi_module modules/mod_wsgi-win32-ap22py26-3.3.so My httpd.conf has the line LoadModule wsgi_module modules/mod_wsgi-win32-ap22py26-3.3.so The file mod_wsgi-win32-ap22py26-3.3.so is at location: C:\Program Files\Apache Software Foundation\Apache2.2\modules -- 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.
