Forum Moderators: phranque
I have just installed Apach2.2 on linux and once I got the host name correct and entered this in the httpd.conf I get the following error:
[Thu Dec 17 10:09:12 2009] [crit] (EAI 2)Name or service not known: alloc_listener: failed to set up sockaddr for smrtvsvn01.smart421.com
Syntax error on line 40 of /usr/local/apache2/conf/httpd.conf:
Listen setup failed
Is there any guide how to get Apache up and running for beginners?
Cheers
Charlie
For the present problem, go to line 40 of /usr/local/apache2/conf/httpd.conf, find the "Listen" directive there, and examine the syntax of that directive and the value of the arguments of that directive, checking it against the Apache documentation for Apache 2.2. If in doubt, you're welcome to post that line (and immediately-surrounding lines) here for discussion.
Jim