Hi Boyce! This happened for me a longer time as well, after I figured out that the module was compiled for 2.7 and you make use of 3.3....
Did you take a precompiled module or did you built it yourself ?! Other problems could be as well that you have taken the module for a different apache server or for a different architecture. You always go safe, building the module yourself. This is how I do it on my Linux machine. What does the apache error log tell you?! Tamer On 08/03/13 20:28, Boyce Middleton wrote: > My company wants to deploy our website (developed in python 3.3) and we > have been tying to use mod_wsgi for three days now. But Apache2.2 isn't > letting us load the module. > It pops us an error saying, "The requested operation has failed!" > Used the "LoadModule wsgi_module modules/mod_wsgi.so" command it > httpd.conf file > and pasted the .so file in modules after compiling > We tried a couple settings but no use. > Did we go wrong some where? > Thanks for your help. -- 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/groups/opt_out.
