At this point I am going to say it may well be a mismatch with that Apache distribution. You really need to be using the same Apache distribution as it was compiled for. Especially when the Apache version compiled against is quite different to what you are running, especially where was is running is older, then wouldn’t be surprised it might crash.
Can you try the same Apache distribution as was used when mod_wsgi was compiled, as indicated on whatever site you downloaded the binary from. > On 7 Sep 2016, at 11:17 AM, Roger Wayne <[email protected]> wrote: > > So I tried multiple times to put mod_wsgi.so files in the moduels folder then > proceed to add the lines > "LoadModule wsgi_module modules/mod_wsgi.so > WSGIScriptAlias /<yourfoldername>"C:/xampp/htdocs/<yourfoldername>/" > <Directory "C:/xampp/htdocs/<yourfoldername>"> > Order allow,deny > Allow from all > </Directory>" > Where <yourfoldername> would be my folder name. It always crashes. Now I > noticed I can do the > LoadModule wsgi_module moduels/mod_wsgi.so line and it works fine but when i > put the rest, it crashes. Weird thing is that it does not even write anything > into the error log file. Maybe the syntax for the lines below or wrong but I > am just following what other people have done and said has worked. -- 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.
