2022年Apache安装与配置[归 .pdf
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_05.gif)
《2022年Apache安装与配置[归 .pdf》由会员分享,可在线阅读,更多相关《2022年Apache安装与配置[归 .pdf(4页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、Apache 安装与配置Linux 版本: CentOS-5.4-i386-bin-DVD.iso Apache 版本: httpd-2.4.3.tar.gz 安装前准备:下载httpd-2.4.3.tar.gz 、apr-1.4.6.tar.gz 、apr-util-1.4.1.tar.gz Apache 下载路径: http:/httpd.apache.org/Apr 下载路径: http:/apr.apache.org/将文件上传至Linux /home/ 目录下(可使用软件F-SecureSSHClient-v5.4.56)安装 Apache:1. 解压 httpd-2.4.3.tar
2、.gz 使用命令 tar zvxf httpd-2.4.3.tar.gz ,解压完后会生成一个httpd-2.4.3的目录 # tar zvxf httpd-2.4.3.tar.gz # cd httpd-2.4.3 # ./configure 这里提示一个错误configure: error: APR not found. Please read the documentation. 2. 经网上查阅资料才知道这是Apache 的关联软件,需要安装APR软件。这里下载 apr-1.4.6.tar.gz 解压安装。# tar zvxf apr-1.4.6.tar.gz # cd apr-1.4
3、.6 # ./configure -prefix=/usr/local/apr 这里说明一下 ,-prefix表示要将 apr 安装到哪个目录; 如果目录不存在, 程序为什么创建;最好加上此参数;我第一次没有加,安装完成后找不到文件了;因为我们在后面的安装中非常需要这个目录;-prefix=绝对路径名执行完毕后;执行# make 如果 make执行过程中没有 error错误;执行# make install 如果 make install命令执行过程中没有出现任何Error ;并且创建了相关的目录;我这里是/usr/local/apr目录。那么恭喜你,你的APR安装完成了;名师资料总结 - -
4、 -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 4 页 - - - - - - - - - 这里如果执行安装httpd服务的话;就不再会报checking for APR. No configure: error: APR could not be located这个错误了;3. 这里再返回到httpd -2.4.3 目录执行命令:/configure -prefix=/usr/local/apache -with-apr=/usr/local/apr 这时就会报checking for A
5、PR-util. no configure: error: APR-util not found. Please read the documentation 这就需要下载相关的APR-UTIL 的包。这里下载的是apr-util-1.4.1.tar.gz 解压安装# tar zvxf apr-util-1.4.1.tar.gz # cd apr-util-1.4.1 # ./configure -prefix=/use/local/apr-util -with-apr=/use/local/ apr/bin/apr-1-config 执行 ./configure 执行这个文件时需要加上刚才安
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022年Apache安装与配置归 2022 Apache 安装 配置
![提示](https://www.taowenge.com/images/bang_tan.gif)
限制150内