zoukankan      html  css  js  c++  java
  • Windows10系统PHP开发环境配置

    配置过程参考博客:https://www.cnblogs.com/Ai-heng/p/7289241.html

    安装过程可能遇到的错误解决方法参考:

    用命令 httpd -k install 启动Apache时报错:AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using fe80::d96c:c1c0:b2de:e116. Set the 'ServerName' directive globally to suppress this message

    解决参考:https://blog.csdn.net/moqiang02/article/details/19644727

    Windows中apache 命令行启动

    通过命令行开关控制Windows中 Apache服务。

    启动Apache服务,可以使用:httpd -k start
    要停止一个已经安装的Apache服务,可以使用:httpd -k stop 或 httpd -k shutdown
    要重启一个运行中的Apache服务,强制它重新读取配置文件,可以使用:httpd -k restart

  • 相关阅读:
    c语言7-4
    c语言 7-4
    dfs
    dfs
    二进制搜索
    BFS
    搜索多层图
    八皇后
    线段树-周长并
    线段树
  • 原文地址:https://www.cnblogs.com/clubs/p/9521947.html
Copyright © 2011-2022 走看看