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] 	Apache WILL NOT start without the configured ports free!
11:18:31  [Apache] 	You need to uninstall/disable/reconfigure the blocking application
11:18:31  [Apache] 	or reconfigure Apache and the Control Panel to listen on a different port
11:18:31  [Apache] 	Attempting to start Apache app...
11:18:31  [Apache] 	Status change detected: running
11:18:32  [Apache] 	Status change detected: stopped
11:18:32  [Apache] 	Error: Apache shutdown unexpectedly.
11:18:32  [Apache] 	This may be due to a blocked port, missing dependencies, 
11:18:32  [Apache] 	improper privileges, a crash, or a shutdown by another method.
11:18:32  [Apache] 	Press the Logs button to view error logs and check
11:18:32  [Apache] 	the Windows Event Viewer for more clues
11:18:32  [Apache] 	If you need more help, copy and post this
11:18:32  [Apache] 	entire log window on the forums

  問題描述,如上圖,在開機後,VmWare 服務開機啓動,提示端口和443衝突,解決方案:停掉VmWare 或者修改Apache的SSl配置端口,在Apache 的Httpd的httpd-ssl.conf 文件中的監聽端口:bash

Listen 443 修改爲Listen 445 或者其餘,重啓就能夠了。app

相關文章
相關標籤/搜索