XAMPP端口占用问题的解决
程序员文章站
2022-05-04 20:43:21
...
前几天用XAMPP的时候突然报了下面的错误,没办法启动。
错误:
17:05:33 [Apache] Error: Apache shutdown unexpectedly.
17:05:33 [Apache] This may be due toa blocked port, missing dependencies,
17:05:33 [Apache] improper privileges, a crash, ora shutdown by another method.
17:05:33 [Apache] Check the"/xampp/apache/logs/error.log"file17:05:33 [Apache] andthe Windows Event Viewer for more clues
其实这个问题就是端口被占用了,下面是修改方法
自己修改两个端口:
1.到这个目录下\ xampp\apache\conf ,打开httpd.conf,将里边的80端口全部改成一个未被占用的端口,比如8001
2.到这个目录 \ xampp\apache\conf\extra ,打开httpd-ssl.conf ,将文件里的443端口全部换成一个未被占用的端口,比如4431
我将端口修改之后,端口冲突的问题就解决了,希望对大家有所帮助~
').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });以上就介绍了XAMPP端口占用问题的解决,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。
推荐阅读
-
Mysql5.7中使用group concat函数数据被截断的问题完美解决方法
-
Windows 64 位 mysql 5.7以上版本包解压中没有data目录和my-default.ini及服务无法启动的快速解决办法(问题小结)
-
个人所得税app常见的五大问题及解决方法介绍
-
解决Python plt.savefig 保存图片时一片空白的问题
-
使用 Eclipse 给 APK 签名遇到的问题及解决方法
-
解决WinXP系统Internet Explorerr脚本错误问题的方法
-
解决vue props 拿不到值的问题
-
解决JavaEE开发中字符编码出现乱码的问题
-
快速解决vue动态绑定多个class的官方实例语法无效的问题
-
解决Vue2.0 watch对象属性变化监听不到的问题