修复关于apache-xampp的问题:Port 443 in use by “vmware-hostd.exe”!

内容提要:复关于apache-xampp的问题:Port 443 in use by “vmware-hostd.exe”!
在电脑里装了VMware后,再要装xampp,十有八九就会出现这个问题:

复关于apache-xampp的问题:Port 443 in use by “vmware-hostd.exe”!

在电脑里装了VMware后,再要装xampp,十有八九就会出现这个问题:

10:21:18  [Apache]  Problem detected!
10:21:18  [Apache]  Port 443 in use by ""d:\Program Files (x86)\VM\vmware-hostd.exe" -u "C:\ProgramData\VMware\hostd\config.xml"" with PID 2764!
10:21:18  [Apache]  Apache WILL NOT start without the configured ports free!
10:21:18  [Apache]  You need to uninstall/disable/reconfigure the blocking application
10:21:18  [Apache]  or reconfigure Apache and the Control Panel to listen on a different port

这个问题是处在VMware上,VMware将443端口占用了,而apache也需要443端口。所以,想要开启apache的服务,必须要将VMware端口改变。

操作如下:

1.打开菜单 编辑→参数(Edit–> Preferences),如下图:

2.选择 共享虚拟机(Shared VMs),如下图:

看,这里的HTTPS端口是443,正是apache需要的。更改它。

3.点击 改变位置(Change Setting),如下图:

4. 点击 禁用共享(Disable Sharing),如下图:

5.将数字改变,如449,如下图:

接下来启用共享,在开启apache,是不是问题就解决了呢?

对了,还要注意的是,apache的80端口和Windows的IIS也冲突了。解决方法就是更改目录\xampp\apache\conf下的httpd.conf文件,用记事本打开,替换里面所有的80为8080.好了,这下xampp的apache就可以正常开启了!

时间: 2024-08-03 12:04:23

修复关于apache-xampp的问题:Port 443 in use by “vmware-hostd.exe”!的相关文章

【转】修复关于apache-xampp的问题:Port 443 in use by “vmware-hostd.exe”!

在电脑里装了VMware后,再要装xampp,十有八九就会出现这个问题: 11:23:37  [Apache]     Problem detected! 11:23:37  [Apache]    Port 443 in use by “vmware-hostd.exe”! 11:23:37  [Apache]     Apache WILL NOT start without the configured ports free! 11:23:37  [Apache]     You need

XAMPP和VmWare Port 443 冲突的问题

11:18:31 [Apache] Problem detected! 11:18:31 [Apache] Port 443 in use by ""D:\Program Files (x86)\VMware\VMware Workstation\vmware-hostd.exe" -u "C:\ProgramData\VMware\hostd\config.xml"" with PID 1896! 11:18:31 [Apache] Apach

关于python3.6上传文件时报错:HTTPSConnectionPool(host='httpbin.org', port=443): Max retries exceeded with url: /post (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAIL解决办法

第一个报错: 最近在练习post请求中上传文件时遇到了一个奇葩事情,两台电脑上写了一模一样的代码,一个运行正常,另一个一片红. 最后了解了一下原因以及解决办法.先记录下关键代码: files = {"files":(r"F:\test.txt","xixihaha")} #直接将目标文件内容xixihaha通过文件test.txt进行上传 r = requests.post(url,files=files)print(r.headers) #前边

pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.

用pip安装tornado库: python -m pip install tornado 出现问题一: Could not fetch URL https://pypi.org/simple/twisted/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/twis

解决python爬虫requests.exceptions.SSLError: HTTPSConnectionPool(host='XXX', port=443)问题

爬虫时报错如下: requests.exceptions.SSLError: HTTPSConnectionPool(host='某某某网站', port=443): Max retries exceeded with url: /login/ (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify fail

解决在macOS下安装homebrew出现port 443: Connection refused的情况

因为疫情的原因需要在家办公,然后就给家里的MBP各种装开发软件...在安装homebrew的时候出现了port 443: Connection refused,如下图 然后网上各种办法都试了下,什么装redis什么改hosts的都没用,正在郁闷,看到某篇博客下面一个评论: 用手机热点就可以??虽然看着非常不靠谱,但是我还是试了下... 居然..成功了... 完 原文地址:https://www.cnblogs.com/jzl123/p/12255087.html

错误:pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.

pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. 上官瑾文 2018-07-26 14:57:34 浏览45376 python docker shell 镜像 Image pip read dockerfile ReadTimeoutError 场景 在用Dockerfile制作镜像的时候总是

python pip install 报:HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.错误

下午想要安装 scrapy框架时报错,如图: 网上查了一下:因为网络差导致安装超时,所以用安装时指定源的方法可以解决: pip install scrapy -i https://pypi.tuna.tsinghua.edu.cn/simple 红色的字体表示要安装的模块 python pip install 报:HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.错误 原文地址:https:/

Failed to connect to raw.githubusercontent.com port 443: Connection refused

问题:macOS安装Homebrew时总是报错(Failed to connect to raw.githubusercontent.com port 443: Connection refused) 原因:由于某些你懂的因素,导致GitHub的raw.githubusercontent.com域名解析被污染了. 解决办法:通过修改hosts解决此问题. 查询真实IP 在https://www.ipaddress.com/查询raw.githubusercontent.com的真实IP. 修改h