没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论




























CentOS Apache 安装设置编译器及编译参数
设置 CentOS Apache 安装目录。这里设定安装在/usr/local/apache2 下,今后如果要卸载或者升级 CentOS Apache 时,直接删除这个目录即可。
AD:
CentOS Apache 安装还是比较常用的,于是我研究了一下 CentOS Apache 安装,在这里拿出来和大家分享一下,希望对大家有用。CentOS 是一个开源软件贡献者和用户的社区。下面介绍
CentOS Apache 安装。
1、下载:apache2.2.4
[root@localhost ~]# cd /usr/local/src/
[root@localhost src]# wget
http://archive.apache.org/dist/httpd/httpd-2.2.4.tar.gz
[root@localhost src]# chmod +x httpd-2.2.4.tar.gz
[root@localhost src]# tar -zxvf httpd-2.2.4.tar.gz
2、CentOS Apache 安装设置编译器的编译参数
[root@localhost src]# cd httpd-2.2.4
[root@localhost httpd-2.2.4]# ./configure --prefix=/usr/local/apache2 --enable-so --enable-rewrite=share --enable-proxy=share --enable-proxy-ajp=share
--enable-dav=share --enable-dav-fs
#注解:
--prefix=/usr/local/apache2
设置 CentOS Apache 安装目录。这里设定安装在/usr/local/apache2 下,今后如果要卸载或者升级 CentOS Apache 时,直接删除这个目录即可。
--enable-so
指定允许 DSO(动态共享对像)
--enable-rewrite=share
开启 Rewrite 支持,以实现 URL 静态化,建议开启。
--enable-dav-fs
资源评论


我是你的春哥!
- 粉丝: 1w+
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
- 通信工程设计概述.ppt
- 公务员信息化与电子政务考试培训PPT课件.ppt
- 大众点评网网络推广方案.ppt
- 如何做好医疗企业网络营销策划.doc
- 华中科技大学计算机网络课件习题讲解.doc
- 基于51单片机的数字电压表设计.doc
- (源码)基于C语言的嵌入式文件管理与查看系统.zip
- 2023年浙江省计算机二级考试办公自动化高级应用中Excel考试题常用函数.doc
- 网络科技公司创业计划书通用6篇.docx
- 精华版国家开放大学电大《网络系统管理与维护》机考2套真题题库及答案2.pdf
- 外贸企业营销型网站建设技巧-.doc
- (源码)基于Swift框架的iOS自定义模板项目.zip
- (源码)基于Android和ZXing库的二维码条形码扫描系统.zip
- (源码)基于JavaSpring Boot框架的快速开发系统.zip
- 大三上Python大作业,关于AC小说网的网络爬虫,爬取了首页小说的内容等相关信息 网址:https://m.acxsw.com/
- (源码)基于MicroPython的ESP32外设控制项目.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
