Apache should handle either DOS or POSIX path conventions fine on Windows. It also cannot be mod_wsgi that is the problem as issues with the path were meaning that mod_wsgi wasn't even been loaded, so had to be in Apache or Apache installation/configuration itself.
2008/11/26 John_Nowlan <[EMAIL PROTECTED]>: > > Looks more like the file seperator (\ vs. /) > > See the error msg.: > >> > > E:\Apache Group\Apache2\bin>apache -t >> > > Syntax error on line 174 of E:/Apache > Group/Apache2/conf/httpd.conf: >> > > Cannot load E:/Apache Group/Apache2/modules/mod_wsgi.so into > server: >> > The >> > > specified module could not be found. > > The msg. shows a unix file seperator instead of windows. This would > explain why it isn't finding the file. Strange that I have loaded other > modules successfully, which leads me to believe perhaps a > bug/configuration setting in mod_wsgi somewhere? > > (I took a quick look at the source for mod_so.c, the file that loads > modules and the msg comes from there, but deciphering it beyond that ... > gets difficult..) > >> -----Original Message----- >> From: [email protected] [mailto:[EMAIL PROTECTED] On >> Behalf Of gert >> Sent: Tuesday, November 25, 2008 3:20 PM >> To: modwsgi >> Subject: [modwsgi] Re: Cannot load modules/mod_wsgi.so into server: > module >> notfound - on windows >> >> >> Can it be Apache not understanding C:\ vs E:\ >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
