“安装Apache”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) |
Jihongchang(讨论 | 贡献) |
||
第2行: | 第2行: | ||
*#获取 Apache 安装软件 | *#获取 Apache 安装软件 | ||
*#*官网 https://httpd.apache.org/[[文件:Apache安装文件名说明.png|无|缩略图]] | *#*官网 https://httpd.apache.org/[[文件:Apache安装文件名说明.png|无|缩略图]] | ||
+ | *#*确认已经安装对应的编译环境[[文件:编译环境版本对照.png|无|缩略图]][[文件:控制面板编译环境.png|无|缩略图|900x900px|替代=]] | ||
+ | |||
+ | 修改 httpd.conf<syntaxhighlight> | ||
+ | Define SRVROOT "E:/record/2022/8/9/httpd-2.4.54-o111p-x86-vs17/Apache24" | ||
+ | ServerRoot "${SRVROOT}" | ||
+ | </syntaxhighlight> | ||
*Apache 的目录结构说明 | *Apache 的目录结构说明 | ||
*Httpd.exe 的详细应用 | *Httpd.exe 的详细应用 |
2022年8月9日 (二) 09:12的版本
- 安装 Apache 软件
- 获取 Apache 安装软件
- 官网 https://httpd.apache.org/
- 确认已经安装对应的编译环境
- 获取 Apache 安装软件
修改 httpd.conf
Define SRVROOT "E:/record/2022/8/9/httpd-2.4.54-o111p-x86-vs17/Apache24"
ServerRoot "${SRVROOT}"
- Apache 的目录结构说明
- Httpd.exe 的详细应用