Xampp - Apache Not starting and throwing an error

守給你的承諾、 提交于 2019-12-23 03:26:07

问题


I have installed xampp in my pc, i am trying to install apache services through cmd, also if i try to start the apache service from xampp control, it throws ans error that "The Application was unable to start correctly (0xc00007b);

i have tried to install a .net framework as some people suggested but still same error.

my cmd command to start apache

D:\xampp\apache\bin>httpd -k install

Any body knows the solution for the same?


回答1:


You need to install Visual C++ Redistributable for Visual Studio 2015 x86.

After that, reboot your computer and try again. If the apache is still not starting, run the XAMPP control panel as administrator.

In case that you're using Skype, make sure the tick allowing it to use ports 80 and 443 is not selected.



来源:https://stackoverflow.com/questions/38485559/xampp-apache-not-starting-and-throwing-an-error

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!