Redhat5.6下apache的安装
1. 上传httpd-2.2.17.tar.gz到/home/apache/目录下;
2. 解压Apache httpd的tar包很简单:
$ gzip -d httpd-
2.2.17.tar.gz
$ tar xvf httpd-
2.2.17.tar
3. 配置源代码树
cd
进入解压后的源代码目录
./configure
4. 编译
$ make
5. 安装
$ make install
apache默认会被安装到/usr/local/apache2
6. 配置
$ vi /usr/local/apache2/conf/httpd.conf
7. 启动和停止
$ /usr/local/apache2/bin/apachectl -k start
$ /usr/local/apache2/bin/apachectl -k stop
欢迎转载,请注明出处:亲亲宝宝