Page 1 of 1

XAMPP Apache Not Starting...

PostPosted: 07. April 2010 21:27
by chadderbox25
XAMPP Apache is not starting.

This is what happens when I run xampp-portcheck.exe:
(I have MySQL and FileZilla both running in XAMPP)
Image

What is wrong?

Re: XAMPP Apache Not Starting...

PostPosted: 08. April 2010 00:32
by kenneths
Do you by any chance have skype installed? :)
If so check the settings, there is a chechbox (was enabled with me) that lets skype use port 80 and another one to accept calls.
Once I disabled this it started for me.

Re: XAMPP Apache Not Starting...

PostPosted: 08. April 2010 00:52
by Narrowboyy
Check out the \xampp\apache\logs\error.log file.

You seem to have something running as a service hogging port 443.

See if this post helps:
viewtopic.php?f=16&t=40062&p=158918#p158918

If you can't find what is using port 443 then you can disable Apache's use of port 443 by editing the httpd.conf file and adding a # to this line so it looks like this
Code: Select all
# Secure (SSL/TLS) connections
# Include "conf/extra/httpd-ssl.conf"
or alternatively you can use another port for SSL by editing the above mentioned \xampp\apache\conf\extra\httpd-ssl.conf file and change all the references to port 443 to port 4433 for example.

If you make any changes to any conf file or ini file in XAMPP always make a backup copy of the original first, then save the file and try and start Apache again.

Re: XAMPP Apache Not Starting...

PostPosted: 13. April 2010 04:02
by rstorrs
Having the same problem. This is the error log

(OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions. : make_sock: could not bind to address [::]:80
(OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions. : make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down

??????????

Re: XAMPP Apache Not Starting...

PostPosted: 26. April 2010 00:34
by rstorrs
Thanks narrowboyy your post reference mentioned changing the httpd.config file "Listen 80" to Listen 85".

I made this change and Apache will at least start.

Bob

Re: XAMPP Apache Not Starting...

PostPosted: 26. April 2010 01:33
by MC10
rstorrs wrote:Having the same problem. This is the error log

(OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions. : make_sock: could not bind to address [::]:80
(OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions. : make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down

??????????


Something is running on port 80. Can you run a port check on port 80?