You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Frank Burns <fr...@the-hub.demon.co.uk> on 2004/01/02 23:27:15 UTC

[users@httpd] Newbie: Problem with new Apache installation on XP Home

Hello,
Can someone help, please?
I've just installed Apache 2.0.48 on Windows XP Home.
At installation time I selected a domain and IP address of "localhost" and I
installed Apache as a service.
The installation procedure finished by telling me that the installation was
successful.
However, whenever I try and start the server I get an error message saying
that the action failed.
The logs show the following:

    Listen setup failed
    [Fri Jan 02 21:30:37 2004] [crit] master_main: create child process
failed. Exiting.
    [Fri Jan 02 21:30:37 2004] [notice] Parent: Forcing termination of child
process 2538960
    [Fri Jan 02 21:33:54 2004] [notice] Parent: Created child process 1632
    [Fri Jan 02 21:33:54 2004] [crit] (OS 10050)A socket operation
encountered a dead network.  : alloc_listener: failed to get a socket for
0.0.0.0
    Syntax error on line 120 of
E:/SoftwareDevelopment/apache20_48/Apache2/conf/httpd.conf:
    Listen setup failed
    [Fri Jan 02 21:33:55 2004] [crit] master_main: create child process
failed. Exiting.
    [Fri Jan 02 21:33:55 2004] [notice] Parent: Forcing termination of child
process 2538960
    [Fri Jan 02 22:23:01 2004] [notice] Parent: Created child process 2768
    [Fri Jan 02 22:23:01 2004] [crit] (OS 10050)A socket operation
encountered a dead network.  : alloc_listener: failed to get a socket for
127.0.0.1
    Syntax error on line 120 of
E:/SoftwareDevelopment/apache20_48/Apache2/conf/httpd.conf:
    Listen setup failed
    [Fri Jan 02 22:23:02 2004] [crit] master_main: create child process
failed. Exiting.
    [Fri Jan 02 22:23:02 2004] [notice] Parent: Forcing termination of child
process 2538960
    [Fri Jan 02 22:24:34 2004] [notice] Parent: Created child process 1540
    [Fri Jan 02 22:24:35 2004] [crit] (OS 10050)A socket operation
encountered a dead network.  : alloc_listener: failed to get a socket for
localhost
    Syntax error on line 120 of
E:/SoftwareDevelopment/apache20_48/Apache2/conf/httpd.conf:
    Listen setup failed
    [Fri Jan 02 22:24:35 2004] [crit] master_main: create child process
failed. Exiting.
    [Fri Jan 02 22:24:35 2004] [notice] Parent: Forcing termination of child
process 2538960

As you can see, the error logs state that there is a syntax error on line
120 of httpd.conf.
Here is the original line 120:

    Listen 80

I've also tried:

    Listen 127.0.0.1:80
    Listen localhost:80

But to no avail.
What should I set it to?

Thanks in advance.
Regards,
Frank.



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org