zoukankan      html  css  js  c++  java
  • 安装XAMPP时启动Apache失败解决方法 xampp

    我现在的XAMP版本是xampp-win32-1.8.3-1-VC11-installer(下载)

    Apache启动提示

    10:33:43  [Apache]Problem detected!

    10:33:43  [Apache]Port 80 in use by "Unable to open process" with PID 4!

    10:33:43  [Apache]Apache WILL NOT start without the configured ports free!

    10:33:43  [Apache] Youneed to uninstall/disable/reconfigure the blocking application

    10:33:43  [Apache] orreconfigure Apache and the Control Panel to listen on a different port

    10:33:43  [Apache]Problem detected!

    10:33:43  [Apache]Port 443 in use by ""C:Program Files (x86)VMwareVMwareWorkstationvmware-hostd.exe" -u "C:ProgramDataVMwarehostdconfig.xml""with PID 5728!

    10:33:43  [Apache]Apache WILL NOT start without the configured ports free!

    10:33:43  [Apache] Youneed to uninstall/disable/reconfigure the blocking application

    10:33:43  [Apache] orreconfigure Apache and the Control Panel to listen on a different port

    网上找了解决办法


    2.httpd-ssl.conf

    我试过了还是没有解决

    后来发现在xampp根目录下有两个个文件properties.ini和xampp-control.ini

    1、打开properties.ini,找到

    [General]

    installdir=D:xampp

    base_stack_name=XAMPP

    base_stack_version=1.8.3-1

    base_stack_platform=windows

    require_root_privileges=1

    [Apache]

    apache_server_port=80

    apache_server_ssl_port=443

    apache_root_directory=/xampp/apache

    apache_htdocs_directory=D:xampp/htdocs

    apache_domainname=127.0.0.1

    apache_configuration_directory=D:xampp/apache/conf

    apache_unique_service_name=

    [MySQL]

    mysql_port=3306

    mysql_host=localhost

    mysql_root_directory=D:xamppmysql

    mysql_binary_directory=D:xamppmysqlin

    mysql_data_directory=D:xamppmysqldata

    mysql_arguments=-u root -P3306

    mysql_unique_service_name=

    [PHP]

    php_binary_directory=D:xamppphp

    php_configuration_directory=D:xamppphp

    红色标注部分设置了其实端口,依次修改成

    apache_server_port=8088

    apache_server_ssl_port=4431





    1、打开xampp-control.ini,找到



    [ServicePorts]

    Apache=80

    ApacheSSL=443

    MySQL=3306

    FileZilla=21

    FileZillaAdmin=14147

    Mercury1=25

    Mercury2=79

    Mercury3=105

    Mercury4=106

    Mercury5=110

    Mercury6=143

    Mercury7=2224

    TomcatHTTP=8080

    TomcatAJP=8009

    Tomcat=8005



    修改成 

    Apache=8088

    ApacheSSL=4431

    安装XAMPP时启动Apache失败解决方法 xampp

    安装XAMPP时启动Apache失败解决方法 xampp

    安装XAMPP时启动Apache失败解决方法 xampp

    修改它。。。。

    修改成8088,4431

    安装XAMPP时启动Apache失败解决方法 xampp



    重新启动,搞定。不容易啊。

  • 相关阅读:
    病毒分裂(分治)
    【CQYZ-vijos】P1333 舞伴的搭配(贪心算法)
    算法系列之图--拓扑排序
    算法系列之图--DFS
    算法系列之图--BFS
    python读取txt里的json文件,存到excel,例子2
    python读取txt里的json文件,存到excel,例子1
    python读取excel数据做分类统计
    python datetime中timedelta的用法
    bootstrap用法小计
  • 原文地址:https://www.cnblogs.com/upwifi/p/4492261.html
Copyright © 2011-2022 走看看