Page 1 of 1

Apache starts en stops after 2 sec

PostPosted: 20. June 2010 09:40
by dynamic
Hi, It's the first time I try to use XAMPP on a Vista computer and experience the famous Apache stops after 2 seconds problem. Did try all the steps to solve the problem: Port-Check says that port 80, 81 and 443 are free, also changed the ports (only to give it a try ) and I don't have IIS enabled,
looked for the php config in the bin, shut down my virus scanner and firewall ( XAMPP and the virus-scanner/firewall Norman! work perfectly together on a Windows7 64 machine). I don´t have Skype. Here is a copy of the Apache error log:

translation of the first 2 lines: tried to excess a socket in a way that is not permitted
(OS 10013)Er is geprobeerd toegang te verkrijgen tot een socket op een volgens de toegangsmachtigingen niet toegestane manier. : make_sock: unable to listen for connections on address [::]:80
(OS 10013)Er is geprobeerd toegang te verkrijgen tot een socket op een volgens de toegangsmachtigingen niet toegestane manier. : make_sock: unable to listen for connections on address [::]:443
[Sun Jun 20 09:40:46 2010] [notice] Digest: generating secret for digest authentication ...
[Sun Jun 20 09:40:46 2010] [notice] Digest: done
[Sun Jun 20 09:40:46 2010] [notice] Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Sun Jun 20 09:40:46 2010] [notice] Server built: Nov 11 2009 14:29:03
[Sun Jun 20 09:40:46 2010] [notice] Parent: Created child process 2604
[Sun Jun 20 09:40:48 2010] [notice] Digest: generating secret for digest authentication ...
[Sun Jun 20 09:40:48 2010] [notice] Digest: done
[Sun Jun 20 09:40:48 2010] [notice] Child 2604: Child process is running
[Sun Jun 20 09:40:48 2010] [crit] (OS 109)De pipe is beëindigd. : setup_inherited_listeners: Unable to read socket data from parent (De pipe is beëindigd=the pipe is stop t)
[Sun Jun 20 09:40:48 2010] [crit] Parent: child process exited with status 3 -- Aborting.

Hope someone can make something out of this! Thanks in advance!

Re: Apache starts en stops after 2 sec

PostPosted: 20. June 2010 09:57
by Nobbie
>Er is geprobeerd toegang te verkrijgen tot een socket op een volgens de toegangsmachtigingen niet toegestane manier. : make_sock: unable to listen for connections on address [::]:80

Looks like you have IPv6 enabled. Disable it and ensure you have IPv4 enabled.

Re: Apache starts en stops after 2 sec

PostPosted: 20. June 2010 10:02
by dynamic
Are you sure? I never encountered a problem with ipv6 on my Windows7 64 computer and Apache . Did try it, but it doesn't change anything!