zoukankan      html  css  js  c++  java
  • XAMPP和VmWare Port 443 冲突的问题

    11:18:31  [Apache] 	Problem detected!
    11:18:31  [Apache] 	Port 443 in use by ""D:Program Files (x86)VMwareVMware Workstationvmware-hostd.exe" -u "C:ProgramDataVMwarehostdconfig.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 文件中的监听端口:

    Listen 443 修改成Listen 445 或者其他,重启就可以了。

    联系我->邮件写信
  • 相关阅读:
    AutoLISP修改圆直径
    AutoLISP文字加上下划线
    EminemNot Afraid
    AutoLISP将图形中文字写入外部文件
    AutoLISP文字大小写转换
    AutoLISP修改文字高度
    AutoLISP文字外加矩形框
    AutoLISP文字外加圆形框
    AutoLISP纹理地板图案
    AutoLISP修改文字倾斜角度
  • 原文地址:https://www.cnblogs.com/bing-yu12/p/6920011.html
Copyright © 2011-2022 走看看