博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Xammp修改端口
阅读量:5220 次
发布时间:2019-06-14

本文共 1171 字,大约阅读时间需要 3 分钟。

How can I get XAMPP working on port 80 under Windows 10?

By default, Windows 10 starts Microsoft IIS on port 80, which is the same default port used by Apache in XAMPP. As a result, Apache cannot bind to port 80.

To disable IIS from running on port 80, follow these steps:

  • Open the Services panel in Computer Management.
  • Search for the 'World Wide Web Publishing Service' and select it.
  • Click the link to 'Stop the service'.
  • Double-click the service name.
  • In the 'Startup type' field, change the startup type to 'Disabled'.
  • Click 'OK' to save your changes.

You should now be able to start Apache in XAMPP on port 80.

For more information, refer to the 'Troubleshoot Apache Startup Problems' guide included with XAMPP or this forum post.

由于本机已经存在了IIS服务器,同时IIS使用的是80端口,因此在安装了Xammp之后Apache无法正产启动,显示端口已经被占用,因此需要修改端口号,百度了一下,说是需要修改\apache\conf\httpd.conf的监听端口,

修改之后果然可以启动,但是在单击“admin”时
无法直接显示主页,因为默认使用的地址是localhost,而不是localhost:8081,但是在我想访问的是Apache现在的主页而不是一个不能访问了地址当我想访问时,需要我手动输入对应的端口号,因此需要点击“admin”时也能访问,请参考下图所示:
在服务和端口设置中我们能清楚的看到,每一个服务使用的端口号,所以配置起来很方便。
    写此文是为了记录在为了修改Apache端口号的过程中走得弯路,虽然只有寥寥数字,但是可以给自己留一个记忆。不足之处,请谅解,留言,方便更新补全。

转载于:https://www.cnblogs.com/stlong/p/5402673.html

你可能感兴趣的文章
[置顶] Linux终端中使用上一命令减少键盘输入
查看>>
poj1422_有向图最小路径覆盖数
查看>>
BootScrap
查看>>
[大牛翻译系列]Hadoop(16)MapReduce 性能调优:优化数据序列化
查看>>
WEB_点击一百万次
查看>>
CodeForces - 878A Short Program(位运算)
查看>>
路冉的JavaScript学习笔记-2015年1月23日
查看>>
Mysql出现(10061)错误提示的暴力解决办法
查看>>
2018-2019-2 网络对抗技术 20165202 Exp3 免杀原理与实践
查看>>
NPM慢怎么办 - nrm切换资源镜像
查看>>
CoreData 从入门到精通(四)并发操作
查看>>
Swift - UIView的常用属性和常用方法总结
查看>>
Swift - 异步加载各网站的favicon图标,并在单元格中显示
查看>>
Java编程思想总结笔记Chapter 5
查看>>
[LeetCode]662. Maximum Width of Binary Tree判断树的宽度
查看>>
WinForm聊天室
查看>>
【Python学习笔记】1.基础知识
查看>>
梦断代码阅读笔记02
查看>>
selenium学习中遇到的问题
查看>>
大数据学习之一——了解简单概念
查看>>