zoukankan      html  css  js  c++  java
  • Sorry, the page you are looking for is currently unavailable. Please try again later. Nginx

    访问html可以正常访问,但是访问PHP则错误,原因:

    nginx不能正常通过FastCGI结果访问PHP

     查看php-fpm是否正常运行:

    果然没有,重启php-fpm:

    /etc/init.d/php-fpm start  #每个人的位置可能不一样
    或者是 :service php-fpm start

    重启之后

    恢复正常

  • 相关阅读:
    闭包
    正则的理解
    正则
    Date对象
    math对象
    js异步
    dom事件
    事件对象-2
    事件对象
    函数作用域
  • 原文地址:https://www.cnblogs.com/Skrillex/p/7794487.html
Copyright © 2011-2022 走看看