1

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.

Kenny Rasschaert
  • 9,045
  • 3
  • 42
  • 58
Rox45
  • 11
  • 1
  • _I get an error message of `apache2: apr_sockaddr_info_get() failed` in the error log._ --> please post some lines around this error? – quanta Sep 01 '12 at 08:50
  • @quanta `Starting web server apache2 apache2: apr_sockaddr_info_get() failed for apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName ...done.` That is the entire entry in the error log. – Rox45 Sep 01 '12 at 16:38
  • That warning can generally be ignored. – Graham Dumpleton Sep 03 '12 at 00:14
  • I would normally agree, but it's the only output I'm able to find when I enable the module, and Apache will not start. – Rox45 Sep 03 '12 at 04:58
  • Run 'apachectl -t' to see if Apache outputs any error messages to the terminal where you run that command. Sometimes if you have missing symbols when it loads up it can silently not start but running '-t' will show you the problem. – Graham Dumpleton Sep 03 '12 at 05:52
  • `/usr/sbin/apachectl: 87: ulimit: error setting limit (Operation not permitted) apache2: apr_sockaddr_info_get() failed for apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName Syntax OK` That's the whole output. – Rox45 Sep 03 '12 at 05:57
  • Are you running with some really odd SELinux configuration? – Graham Dumpleton Sep 05 '12 at 02:00

0 Answers0