您现在的位置是: 首页 > 运维 解决443端口被VMWare Workstation占用
解决443端口被VMWare Workstation占用
2020-05-20 【运维】 5332人已围观 9544次浏览
简介解决443端口被VMWare Workstation占用
在启动Apache时,提示443端口被占用

通过启动日志发现是被VMWare Workstation占用。
Apache启动需要443端口,所以必须修改VMware所占用的443端口。
解决方案如下:
首先打开VMWare Workstation,菜单栏–编辑–首选项–共享虚拟机
发现共享用的端口就是443,并且是启用状态。
共享虚拟机功能,一般来说是用不上的,如果是有需要可以修改为其他非443端口。
在这里我就直接禁用了共享虚拟机功能。
然后再次启动Apache则顺利启动
很赞哦! (0)
相关文章
- Linux 服务器之间传输大文件(压缩文件、查看MD5、后台传输)
- 自建Ngrok服务端
- 解决Lost connection to MySQL server at 'reading initial communication packet' 的方法
- Linux no space left on device 出现设备上没有空间问题
- Debian/Ubuntu无netstat命令解决方案
- ElasticSearch安装踩坑指南
- linux下各文件夹的结构说明及用途介绍
- nginx 出现 the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in 错误解决方案
- LNMP 手动更新 SSL 证书
- Nginx转发阿里云OSS内网流量
点击排行
- Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: ERR DISABLE You can't write or read against a disable instance
- Debian apt 使用国内镜像
- RocketMQ 出现 sendDefaultImpl call timeout 问题
- 类 BASE64Decoder 程序包 sun.misc 找不到符号
- SpringBoot @NotBlank 不生效问题
- 记一次 Mybatis-Plus 自动填充无效问题解决
- SpringBoot 2.x 文件上传出现 The field file exceeds its maximum permitted size of 1048576 bytes
- nuxt 项目完整部署方案
站长推荐
猜你喜欢
- 【Docker】unauthorized: incorrect username or password
- win10 cmd下运行python命令弹出windows应用商店问题
- Vue 路由跳转错误 NavigationDuplicated: Avoided redundant navigation to current location
- Win10 安装适用于Linux的Windows子系统
- 在更新python时出现dyld: Library not loaded: /usr/local/opt/libpsl/lib/libpsl.5.dylib,Reason: image not found错误解决方案
- Linux 服务器之间传输大文件(压缩文件、查看MD5、后台传输)
- npm 出现 Unexpected token < in JSON at position 21330
- SpringBoot 集成 Elasticsearch 7.8.1 出现错误 Factory method 'elasticsearchRestHighLevelClient' threw exception; nested exception is java.lang.NoSuchFieldError: IGNORE_DEPRECATIONS
- RocketMQ 出现 sendDefaultImpl call timeout 问题
- SpringBoot 启动提示 Requested bean is currently in creation: Is there an unresolvable circular reference?