一、安装apache服务器

1、去apache官网下载apache服务器,如图


配置Apache服务器环境

2、点binaries

配置Apache服务器环境

3、点击system32


配置Apache服务器环境

4、

配置Apache服务器环境

5、傻瓜式安装就可以了

二、安装完之后有运行时如果不成功首先要考虑

(1)端口是否被占用,因为默认端口为80这时可以进行以下操作

打开cmd,也就是命令提示符,输入netstat -ano查看pid最右边就是pid


配置Apache服务器环境

也可以通过netstat -aon|findstr "端口号"查看pid

然后通过任务管理器查看pid是哪个应用占用的


配置Apache服务器环境

相关文章:

  • 2021-11-30
  • 2021-12-10
  • 2021-11-05
  • 2021-10-03
  • 2021-11-23
  • 2021-11-14
  • 2021-10-10
猜你喜欢
  • 2021-11-05
  • 2021-09-12
  • 2021-11-08
  • 2021-09-12
  • 2021-11-03
  • 2021-10-03
  • 2021-11-28
  • 2021-10-19
相关资源
相似解决方案