zoukankan      html  css  js  c++  java
  • php开发遇到的问题

    一、xampp mac apache 无法启动:

    参考解决方案:

    1.查看端口是否被占用 

    sudo lsof -i -n
     
    2.用终端运行xampp,查看具体的错误
    sudo su
    /Applications/XAMPP/xamppfiles/xampp start
     
    多半是这个问题:
    XAMPP: Starting Apache...fail.
    XAMPP:  Another web server is already running.
     
    解决办法:
    sudo apachectl stop
    // This command killed Apache server that was pre-installed on MAC OS X.
     
     
     
    参考:http://stackoverflow.com/questions/4582504/xampp-apache-webserver-localhost-not-working-on-mac-os
  • 相关阅读:
    2018第0次作业
    第八次作业
    第七次作业
    第六次作业
    第四次作业
    第三次作业
    第二次作业
    第3次作业
    第2次作业
    第1次作业
  • 原文地址:https://www.cnblogs.com/Aaronqcd/p/6035738.html
Copyright © 2011-2022 走看看