haoman 发表于 2017-3-30 09:27:34

apache2.0+php配置

  1.安装apache文件。
  2.如果出现错误No   installed   service   name   'Apache2'
  /***
  是系统服务没有apache2这个,你到apache的bin目录下,  
  apache.exe   -k   install   -n   apache2  
  跟着就有了apache2这个服务了~~  
  使用net   start   apache2就可以运行,net   stop   apache2就关闭服务  
  ***/
页: [1]
查看完整版本: apache2.0+php配置