解决 XAMPP 和 VMWare 端口443冲突问题
今个做开发用xampp的时候发现apache不能启动了,查一下log,发现端口冲突了
[Apache] Problem detected!
16:32:28 [Apache] Port 443 in use by ""E:Program Files (x86)vmware9vmware-hostd.exe" -u "C:ProgramDataVMwarehostdconfig.xml"" with PID 3468!
16:32:28 [Apache] Apache WILL NOT start without the configured ports free!
16:32:28 [Apache] You need to uninstall/disable/reconfigure the blocking application
16:32:28 [Apache] or reconfigure Apache and the Control Panel to listen on a different port
16:32:28 [Apache] Attempting to start Apache app...
16:32:28 [Apache] Status change detected: running
16:32:30 [Apache] Status change detected: stopped
16:32:30 [Apache] Error: Apache shutdown unexpectedly.
16:32:30 [Apache] This may be due to a blocked port, missing dependencies,
16:32:30 [Apache] improper privileges, a crash, or a shutdown by another method.
16:32:30 [Apache] Press the Logs button to view error logs and check
16:32:30 [Apache] the Windows Event Viewer for more clues
16:32:30 [Apache] If you need more help, copy and post this
16:32:30 [Apache] entire log window on the forums
原来是和vmware的443 端口冲突
解决方法:
1.打开菜单 编辑→参数(Edit–> Preferences)
2.选择 共享虚拟机(Shared VMs)
3.点击 改变位置(Change Setting)
4. 点击 禁用共享(Disable Sharing)
5.改掉端口数字如448
6、再次启用共享就可以了

PS:如果apache的80端口和Windows的IIS也冲突了。解决方法就是更改目录xamppapacheconf下的httpd.conf文件,用记事本打开,替换里面所有的80为8080.好了,这下xampp的apache就可以正常开启了!
以上所述是小编给大家介绍的解决 XAMPP 和 VMWare 端口443冲突问题,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对脚本之家网站的支持!
相关文章
VMware15.5版本安装Windows_Server_2008_R2系统教程图解
这篇文章主要介绍了VMware15.5版本安装Windows_Server_2008_R2系统教程,本文图文并茂给大家介绍的非常详细,具有一定的参考借鉴价值,需要的朋友可以参考下2019-10-10
VMware虚拟机WSL安装的解决方案:修改vmx文件开启vhv/svm参数方式
这篇文章主要介绍了VMware虚拟机WSL安装的解决方案:修改vmx文件开启vhv/svm参数方式,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教2025-04-04
VMware ESXi 6.0 及部署虚拟机安装教程(图文)
这篇文章主要介绍了VMware ESXi 6.0 及部署虚拟机安装教程(图文),文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习吧2020-02-02
VMware Workstation Pro 16许可证密钥 附使用教程
今天给大家带来的是VMware Workstation Pro 16许可证密钥,利用该密钥可帮助用户完美激活,批量永久激活,授权永不过期,让你可以一直无限制的使用,对VMware Workstation Pro 16许可证密钥感兴趣的朋友一起看看吧2021-10-10
VMware如何创建Linux虚拟机并设置虚拟机网络的详细教程
这篇文章主要介绍了VMware如何创建Linux虚拟机并设置虚拟机网络,本文通过图文并茂的形式给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友可以参考下2020-05-05


最新评论