时间:2021-05-19
今个做开发用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冲突问题,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对网站的支持!
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
IOS中XAMPP配置问题及解决方法1、终端运行sudo/Applications/XAMPP/xamppfiles/xamppstart提示?12XAMPP:
netstat-ano|findstr"443"//搜索443端口占用情况,并找到进程IDTCP0.0.0.0:4430.0.0.0:0LISTENING720
80vCenterServer需要端口80用于直接HTTP连接。端口80会将请求重定向到HTTPS端口443。如果意外使用了http://server而不是ht
有些朋友的电脑在安装Apache时会遇到端口冲突的问题。以下是一种解决方案1.打开控制面板的管理工具2.打开IIS3.观察网站下的端口号4.点击绑定5.更改端口
具体内容如下:故障分析:用户的网络防火墙限制了访问服务器的请求。其次就是用户未开启登陆的80、443或者8080端口。解决方法:首先再次确认用户在输入的用户名和