For some reason ever since I installed mod_wsgi
on Apache 2.4 on Windows 10, the service for starting Apache on the background stopped working and no error is logged.
If I go to the bin
folder where Apache is installed I can just open a CMD windows and write httpd
and it starts listening and everything works fine.
I saw this similar on SO but I have already installed both x64 and x86 versions of the VC++ 2012 runtime.
If I comment out the line that loads python36.dll
along with the one that loads mod_wsgi
, the service starts without any issues.
P.S. I installed Apache from Apache Lounge and I'm not using XAMP, WAMP ...