分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 前端开发

vmware-hostd.exe 占用443端口导致Apache无法正常启动?

发布时间:2023-09-06 02:20责任编辑:白小东关键词:暂无标签

问题:

[Apache]  Problem detected!
16:23:19  [Apache]  Port 443 in use by ""D:\vmware\VMware Workstation\vmware-hostd.exe" -u "C:\ProgramData\VMware\hostd\config.xml"" with PID 4792!
16:23:19  [Apache]  Apache WILL NOT start without the configured ports free!
16:23:19  [Apache]  You need to uninstall/disable/reconfigure the blocking application
16:23:19  [Apache]  or reconfigure Apache and the Control Panel to listen on a different port

分析:

个人主机的确安装了 apache服务 以及 vmware虚拟机服务,443端口被占用

解决:

提示信息说明: 443号端口被vmware-hostd.exe进程占用了,导致Apache无法启动。
这是因为vmware-hostd.exe默认是使用443号端口的,而它又是默认自动启动的。
我们知道,Apache 的 httpd 服务默认是使用80端口的,而 httpd-ssl 默认是使用443端口的。这就导致了443号端口的冲突。
一般来说,解决方法有两种:

修改 httpd-ssl.conf 配置文件,将443端口改为其他空闲的端口(如4430)。
将 vmware-hostd.exe 的自动启动改为手动启动并将其停止。在桌面的计算机图标点击鼠标右键,选择 “管理→服务和应用程序→服务”,将显示名称为“VMware Workstation Server”的服务的启动类型改为手动,并停止该服务即可。

说明: 上面两种方法中的任何一种都可以。第二种方法一般也不会影响VMware的正常使用。VMware Workstation Server 服务的描述信息为“Remote access service for registration and management of virtual machines.”,也就是说它与远程管理VMware有关。而我们一般也不会使用到VMvare的远程访问功能,所以第二种方法基本没有影响。

我的做法,任务管理器,服务,停掉“VMware Workstation Server”,重启apache服务,问题解决。
 
感谢来源:https://blog.csdn.net/lamp_yang_3533/article/details/53209579

vmware-hostd.exe 占用443端口导致Apache无法正常启动?

原文地址:https://www.cnblogs.com/wuheng1991/p/9866081.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved