> On 5 Sep 2016, at 6:31 AM, Roger Wayne <[email protected]> wrote:
> 
> I have. What I do is put the pre-compiled mod_wsgi.so file in the modules 
> folder. Then I edit the hhtpd.conf file with the LoadModule line and the 
> lines that add it to the directory, and XAMPP complains about how apache can 
> not start for whatever reason. I tried multiple mod_wsgi.so files I found 
> (even the one on the main github page). While I have not tried them all 
> because I know there is a lot, I feel like maybe the problem isn't with files 
> themselves. I am not sure what is going on, but if you or anyone could lead 
> me in the right direction, that would be very much appreciated. 

How did you extract the mod_wsgi.so file from the .whl files from:

    http://www.lfd.uci.edu/~gohlke/pythonlibs/#mod_wsgi 
<http://www.lfd.uci.edu/~gohlke/pythonlibs/#mod_wsgi>

It is not the .so file itself, but a zip file that needs to be unpacked.

Which of those files provided there did you use? What was the name?

Those binaries are also compiled for Apache form the Apache Lounge site. If you 
use a different Apache binary distribution it may not work.

It is important that you know whether your Apache is 32 bit or 64 bit. The 
Python version you have must be same architecture, ie., 32 bit or 64 bit, you 
cannot mix.

What architecture are you using, 32 bit or 64 bit and are you certain both 
Apache and Python are for that?

What version of Python are you using? Do you have more than one Python version 
installed?

What was the actual error message in the Apache error logs you get when it 
fails to start up?

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 https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to