I'm trying to setup an apache http server with mod_wsgi on a windows machine, but when I start the service, it fails to launch.
In the Windows Event Log I get the following message:
The Apache2 service terminated with the following service-specific error:
Incorrect function.
In running a Windows 8 - 64 bits machine, with
- Apache 2.0.64 32 bits
- Python 2.7.8 32 bits
- mod_wsgi 3.5 32 bits
I looked around the web, but all the problem but everywhere says that it's a problem with the architecture of the software, but I already installed them all with the 32 bits version.