I solved the problem thanks to the pointers given by Graham Dumpleton at this post on Server fault (http://serverfault.com/questions/79290/ apache-the-specified-module-could-not-be-found-error) 1) I uninstalled Python26 and apache using the msi files 2) I installed apache 3) I installed Python 26 making sure I clicked "Install for all users"
After this the mod_wsgi module was loaded just fine . I had to make sure that the wsgi files were only in the C: driver which was accessible by all users. Thanks for your help alsot hanks Doug for the pointers to the presentations Hari On Aug 26, 4:46 pm, D_bot <[email protected]> wrote: > Sorry, here are the two exmaples I was thinking about: > > http://code.google.com/p/modwsgi/downloads/detail?name=mod_wsgi-pycon... > > http://code.google.com/p/modwsgi/downloads/detail?name=mod_wsgi-pycon... > > On Aug 26, 12:02 pm, harijay <[email protected]> wrote: > > > > > > > > > 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 > > athttp://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.
