📌  相关文章
📜  xampp apache 未启动 Windows 10 端口 80 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:21.944000             🧑  作者: Mango

代码示例1
Follow the steps to solve your problem:
1_ open xammp
2_ click config in apache line
3_ click Apache(httpd.conf)
4_ search for '80'(Default Port) and change it to any number. ex: 81,82....
  change:
  1_ #Listen 12.34.56.78:80 to 81
  Listen 80 to 81
  2_ ServerName localhost:80 to 81
5_ save and exit.