We are currently using windows 8. Complied the mod_wsgi file with Visual Studio shell, it produced a .so file, then we put it into the modules folder and then entered the load module command into the httpd.conf file Right when we restart the server it pops the error message saying, "The requested operation has failed!" and Apache doesn't start. Once we remove the load module, Apache works fine again. Got no error messages from python, only from apache.
On Saturday, August 3, 2013 3:58:56 PM UTC-7, Graham Dumpleton wrote: > > What operating system? > > Where and when do you see this? > > Please provide more context. Actual cut and paste of command run where you > see this if was when running command and all the output from it. > > Or more of the log before and after if this is at there and at time of > request If a python exception, provide full Python stack trace and error > messages from Python and mod_wsgi. > > If this is when using large application, try with just a WSGI hello work > to verify that works. > > Graham > > > On 04/08/2013, at 2:28 AM, Boyce Middleton > <[email protected]<javascript:>> > 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] <javascript:>. > To post to this group, send email to [email protected] <javascript:> > . > Visit this group at http://groups.google.com/group/modwsgi. > For more options, visit https://groups.google.com/groups/opt_out. > > > > -- 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.
