centos5.6 apache+svn+ssl 源码安装和配置

[b] 1.下载资源[/b]
httpd-2.2.20.tar.gz、subversion-deps-1.6.17.tar.gz、
susubversion-1.6.17.tar.gz、zlib-1.2.3.tar.gz

[b]2.源码安装apache[/b]

 tar zxvf  httpd-2.2.20.tar.gz
cd httpd-2.2.20
./configure --prefix=/usr/local/apache --enable-dav --enable-modules=so -- enable-dav-fs --enable-maintainer-mode --enable-rewrite --with-apr=/usr/local/apr-httpd --with-apr-util=/usr/local/apr-util-httpd

make && make install


[b]3. 源码安装subversion[/b]

 tar zxvf  subversion-deps-1.6.17.tar.gz
tar zxvf susubversion-1.6.17.tar.gz
cd susubversion-1.6.17
./configure --prefix=/usr/local/subversion --with-apxs=/usr/local/apache/bin/apxs --with-apr=/usr/local/apr-httpd --with-apr-util=/usr/local/apr-util-httpd --with-ssl --with-zlib=/usr/local/zlib --enable-maintianer-mode

make && make install


[b] 4、设置apache为系统自启动服务[/b]

创建 apache 启动脚本

ln -s /usr/local/apache/bin/apachectl /etc/init.d/apache


修改 /etc/init.d/apache
vi /etc/init.d/apache


在 #!/bin/sh 下添加以下内容

#
# chkconfig: - 85 15
# description: Apache is a World Wide Web server.
# processname: apache



添加 apache 为系统服务(开机启动)

chkconfig --add apache
chkconfig apache on
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值