from:http://www.wopus.org/wordpress-basic/getting-started/2536.htmlXAMPP错

 2015年10月20日15:58:19 新手上路发表评论 45,707

这是Wopus的第一篇XAMPP的文章:使用XAMPP在电脑中运行WordPress–安装篇

XAMPP安装好之后启动,但有些用户在启动apache的时候会出现:

16:50:25 [Apache] Status change detected: running
16:50:26 [Apache] Status change detected: stopped
16:50:26 [Apache] Error: Apache shutdown unexpectedly.
16:50:26 [Apache] This may be due to a blocked port, missing dependencies,
16:50:26 [Apache] improper privileges, a crash, or a shutdown by another method.
16:50:26 [Apache] Press the Logs button to view error logs and check
16:50:26 [Apache] the Windows Event Viewer for more clues
16:50:26 [Apache] If you need more help, copy and post this
16:50:26 [Apache] entire log window on the forums

出现这个错误的原因是,XAMPP的设置的常用端口,包含http和https的端口都被占用了,解决办法:

1,打开XAMPP的控制面板,找到:Apache的Config文件:

2,先打开 Apache(httpd.conf),找到:Listen 80 替换成:Listen 8080;找到:ServerName localhost:80 替换成:ServerName localhost:8080;保存。

3,再打开Apache(httpd-ssl.conf),找到:Listen 443 替换成:Listen 4433;找到:和 ServerName localhost:443 替换成:和 ServerName localhost:4433;保存。

4,关闭XAMPP,重新打开,再启动Apache就不会有问题了。

最新文章

  1. spring+mybatis+springmvc的配置
  2. C# List结果集排序
  3. React-Native hello word 搭建及新手常见问题
  4. 把Tomcat做成系统服务自动启动
  5. 跨平台web调试代理工具---whistle
  6. tip浮动提示框
  7. 344. Reverse String(C++)
  8. OpenCV——Mat,IplImage,CvMat类型转换
  9. 解决Crystal Report XI R2不能在64操作系统正常工作的问题-web程序
  10. POJ Sudoku 数独填数 DFS
  11. HTML5 File接口(在web页面上使用文件)
  12. 【Android Developers Training】 46. 处理音频外放设备
  13. iOS开发中常见bug!(内附解答方法)
  14. Struts的取值与标签
  15. 【推荐】.NETCore 简单且高级的库 csredis v3.0.0
  16. 深圳同城快跑笔试题目 2 实现json字符串保存到本地硬盘
  17. android 仿微信表情雨下落!
  18. docker学习-----docker服务的安装
  19. javascript 十进制转换为二进制
  20. sass学习笔记(一)接上个 持续学习中..(还发现个讲解的bug) sass至少我现在学的版本支持局部变量了

热门文章

  1. java.lang.IllegalThreadStateException异常原因解析
  2. ubuntu中wifi显示被硬件禁用的解决方法
  3. Dubbo超时重试机制带来的数据重复问题
  4. [Javascript] Use a Pure RNG with the State ADT to Select an Element from State
  5. EffectiveJava(22)JAVA四种嵌套类的特点及用法
  6. 作为Java程序员应该掌握的10项技能
  7. 一个简单的JS函数,用于判断文本是否数字
  8. eval(data)和eval("("+data+")")的区别
  9. Web service--百度百科
  10. react-native + react-native-tab-navigator 实现 TabBar