> On 13 Sep 2018, at 9:56 am, Graham Dumpleton <[email protected]> > wrote: > > > >> On 12 Sep 2018, at 11:56 pm, Alexandre Perraud <[email protected] >> <mailto:[email protected]>> wrote: >> >> Hello, >> >> First, pardon my bad english... >> >> I'm trying to install mod_wsgi on Apache. >> >> 1/ I have downloaded Apache24 win 32 VC14 and I put in C:/Apache24 > > Which Apache distribution? > > The only one I know for sure works is the Apache lounge distribution. Others > are missing bits that allow third party Apache modules to work. > > Also, it is recommended you using 64 bit versions. Do not use 32 bit versions > as they seem to have more problems. > > This means you must have 64 bit versions of both Apache and the Microsoft C > compiler.
And 64 bit Python as well. You can't mix 32 bit and 64 bit, otherwise it doesn't work. > >> >> <Apache24.PNG> >> >> 2/ Already installed Python 3.6 since several months... I write in cmd : pip >> install mod_wsgi > > Is it 32 bit or 64 bit? > >> >> <cmd.PNG> >> >> 3/ Then, mod_wsgi-express module-config >> <cmd2.PNG> >> and put in httpd.conf >> >> 4/ Launched httpd.exe and localhost:8000 doesn't work ? Maybe I don't >> understand how it's work ? > > Define doesn't work. > > Do you get an error in the Apache error log, or system services log saying > Apache will not start? > > Is it starting but you are then getting an error when you make a request > against your application? > > 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.
