Setup Apache + mod_wsgi: incorrect function

Posted by TiagoOliveira on Server Fault See other posts from Server Fault or by TiagoOliveira
Published on 2014-08-19T17:09:08Z Indexed on 2014/08/20 10:23 UTC
Read the original article Hit count: 254

Filed under:
|
|

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.

© Server Fault or respective owner

Related posts about apache-2.2

Related posts about mod-wsgi