Home  >  Article  >  Backend Development  >  php集成环境xampp中apache无法启动问题解决方案_php技巧

php集成环境xampp中apache无法启动问题解决方案_php技巧

WBOY
WBOYOriginal
2016-05-16 20:31:301196browse

排查原因,发现是80端口被其它程序占用(很常见的事情╮(╯_╰)╭)。

解决方法

用记事本打开目录x:\xampp\apache\conf下的http.conf文件,将Listen:80和ServerName localhost:80中的80改为8081或其它值(尽量不要使用0-1023端口,系统保留端口)。

就是这样。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn