Apache will not start with mod_wsgi enabled

Posted by Rox45 on Server Fault See other posts from Server Fault or by Rox45
Published on 2012-09-01T07:14:09Z Indexed on 2012/09/01 9:40 UTC
Read the original article Hit count: 147

Filed under:
|
|
|
|

I'm trying to run Apache with mod_wsgi to run Python scripts. The server is running Ubuntu 12.04 with Zend Server installed, but when I enable the wsgi module Apache will not start. I get an error message of "apache2: apr_sockaddr_info_get() failed" in the error log. I installed the module using the Debian package.

I can't seem to find this specific problem anywhere so maybe it's a problem with Zend Server? I'm stumped.

Thanks

© Server Fault or respective owner

Related posts about apache2

Related posts about ubuntu