Apache 服务器的安装与配置

下载地址:https://www.apachelounge.com/download/

下载后解压到英文路径下(不能包含中文)

安装:

使用管理员身份运行命令行:

进入Apache 解压路径中的 bin 目录

输入 httpd.exe ‐k install ‐n "Apache"

根据问题上网搜查

我遇到Apache 服务器的安装与配置

 

 解决方案链接:https://blog.51cto.com/300second/767697

Apache 服务器的安装与配置

 

修改后:输入 httpd.exe ‐t  测试配置文件是否通过。

提示Syntax OK。

重新启动 Apache 服务

httpd.exe ‐k restart ‐n "Apache"

停止 Apache 服务

httpd.exe ‐k stop ‐n "Apache"

回到浏览器中,地址栏输入:http://localhost/,回车访问,这时正常应该看到It works!

 

 

转载:https://blog.csdn.net/qq_35001194/article/details/80650631

 

Apache 服务器的安装与配置

上一篇:js替换字符串中所有斜杠


下一篇:lnmp 环境,再单独安装php7.2 的版本,多版本php 同时运行