Oh, found answer: http://serverfault.com/questions/435926/cant-locate-api-module-structure-mod-wsgi
LoadModule *mod_wsgi* modules/mod_wsgi.so is wrong. It should have been: LoadModule *wsgi_module* modules/mod_wsgi.so четверг, 30 октября 2014 г., 16:52:19 UTC+3 пользователь Sergei Dorogin написал: > > Probably the problem is in Python - it's x86. > > So I trying to switch to x86 version of all: > - Apache httpd-2.4.10-win32-VC11.zip > - mod_wsgi-3.5.ap24.win32-py2.6.zip > - the same Python 2.6 > > Now running httpd.exe says: > httpd.exe: Syntax error on line 179 of C:/Prog/Apache24/conf/httpd.conf: > Can't locate API module structure `mod_wsgi > ' in file C:/Prog/Apache24/modules/mod_wsgi.so: No error > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
