Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XAMPP 1.8.2-2 Apache Web Server won't start, always stops immediately

I'm running XAMPP 1.8.2-2 on my mac (OS X 10.9) and the Apache Web server won't start. It always get the status starting up.. or stopped. (never a green light.) I already tried to change the port to 8080 or 8888 but it still won't run.

Can someone please help me? I show some images below to give you a better view.

XAMPP apache web server won't startXAMPP apache web server starting without succesXAMPP apache web server configure port doesn't help

Thank you!

(I saw related questions but couldn't find an answer related to the mac os)

like image 490
Onovar Avatar asked Nov 05 '13 11:11

Onovar


People also ask

Why is Apache not starting with XAMPP?

Resolve Apache Port Conflicts. If Apache cannot start, you won't be able to access your XAMPP dashboard or any sites you have installed on the platform. A port conflict may be the underlying problem. By default, Apache connects over port 80.


1 Answers

I had the same problem and I solved doing this:

open Terminal and enter this command:

sudo apachectl stop 
like image 55
Gabbyboy Avatar answered Sep 29 '22 19:09

Gabbyboy