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 或者其他,重启就可以了。

    联系我->邮件写信
  • 相关阅读:
    threed+handler解析gson文件,并且上拉加载,下拉刷新
    异步交互解析xml文件
    开启事务
    Android判断网路是否畅通加权限
    按两次返回键,退出程序,或者按home键退出程序
    SQL数据库的增删改查
    adb常用的命令
    avd和ddms和项目打包
    activity和fragment之间的交互
    activity的开启和关闭数据返回
  • 原文地址:https://www.cnblogs.com/bing-yu12/p/6920011.html
Copyright © 2011-2022 走看看