logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache installation error
Author
Chinmay



Joined: 14 Dec 2009
Posts: 3

PostPosted: Mon 14 Dec '09 16:47    Post subject: Apache installation error Reply with quote

Hi guys,
I am undergoing this problem after after installing XAMP and trying to start Apache server.
The error log -

(OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions. : make_sock: unable to listen for connections on address [::]:80
(OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions. : make_sock: unable to listen for connections on address [::]:443
[Mon Dec 14 19:30:21 2009] [notice] Digest: generating secret for digest authentication ...
[Mon Dec 14 19:30:21 2009] [notice] Digest: done
[Mon Dec 14 19:30:27 2009] [notice] Apache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0 configured -- resuming normal operations
[Mon Dec 14 19:30:27 2009] [notice] Server built: Jul 22 2009 11:35:54
[Mon Dec 14 19:30:27 2009] [notice] Parent: Created child process 5768
[Mon Dec 14 19:30:33 2009] [notice] Digest: generating secret for digest authentication ...
[Mon Dec 14 19:30:33 2009] [notice] Digest: done
[Mon Dec 14 19:30:38 2009] [notice] Child 5768: Child process is running
[Mon Dec 14 19:30:38 2009] [crit] (OS 109)The pipe has been ended. : setup_inherited_listeners: Unable to read socket data from parent
[Mon Dec 14 19:30:38 2009] [crit] Parent: child process exited with status 3 -- Aborting.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Mon 14 Dec '09 20:17    Post subject: Reply with quote

It looks as if either some other web server is running already, or maybe XAMP is already and you are trying to start a second instance of it. Only one program can listen on a port at anytime.

Apache should be running on boot up since it is a windows service. Try going to http://localhost and see if you get anything.
Back to top
Chinmay



Joined: 14 Dec 2009
Posts: 3

PostPosted: Mon 14 Dec '09 20:40    Post subject: Reply with quote

I get a broken link using http://localhost.
I have disabled my firewall,user active control but I am still unable to find the error.
Back to top
Chinmay



Joined: 14 Dec 2009
Posts: 3

PostPosted: Mon 14 Dec '09 20:43    Post subject: Reply with quote

I just installed XAMP and couldnt even run Apache for a single time.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Tue 15 Dec '09 6:09    Post subject: Reply with quote

I was just slummin over at the XAMP forums. They have a port check, it should tell you something about port 80 and 443. Is IIS installed and running on that box w/o your knowledge?
Back to top


Reply to topic   Topic: Apache installation error View previous topic :: View next topic
Post new topic   Forum Index -> Apache