On 09/06/2013, at 6:19 PM, Azamat Tankeev <[email protected]> wrote:
> after entering LoadModule wsgi_module modules/mod_wsgi.so > to httpd.conf on C:\apche2\conf > i am failing to install the "wsgi" on my apache. > > Can anybody help please, What is the actual problem/error you are experiencing? You haven't provided enough information. A few keys things: 1. Use mod_wsgi Windows binaries from: http://www.lfd.uci.edu/~gohlke/pythonlibs/ It has later versions and for more Python versions than the mod_wsgi site. 2. Use the Apache they refer to as the binaries were compiled for it. 3. Make sure that Apache/mod_wsgi/Python are all 32 bit or all 64 bit. Do not mix. 4. Ensure you installed Python for all users and not just the user who did the installation. Graham -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
