Jushiro
Jushiro

Reputation: 1

XAMPP Apache not running, path issue

I'm having a problem with my XAMPP Control Panel. The Apache won't run, I tried reinstalling it and allowed the Apache and its http.exe in my firewall. And I also tired editing the port Listen and its server localhost name in the Apache(httpd.conf) like what the other sites were suggesting. ( i don't have a Skype too) help.

enter image description here

Upvotes: 0

Views: 158

Answers (3)

Danyal Sandeelo
Danyal Sandeelo

Reputation: 12391

Click on httpd.conf

enter image description here

and change Listen 80 to Listen 8181, now you can access it as http://localhost:8181 and here as well ServerName localhost:8181

OR

close your skpype and start it and then start using skype. PS: You can use 80 from skype settings as well if you want to use 80 part with apache

Upvotes: 0

Dumindu Madunuwan
Dumindu Madunuwan

Reputation: 421

Ahh you have installed xamppp to C:\Program Files (x86), right? Have you reinstalled xampp to C:\xampp and tried?

Upvotes: 0

Dumindu Madunuwan
Dumindu Madunuwan

Reputation: 421

skype might be the issue. Tools ->connection option-> uncheck "use port 80 ...." -> save and restart Skype and try

Upvotes: 0

Related Questions