首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > Apache >

apache服务器装配

2012-08-01 
apache服务器安装?下载httpd-2.2.19.tar.gztar xzvf httpd-2.2.19.tar.gzcd httpd-2.2.19#设置安装目录和

apache服务器安装

?

下载httpd-2.2.19.tar.gz

tar xzvf httpd-2.2.19.tar.gz

cd httpd-2.2.19

#设置安装目录和参数设置

./configure --prefix=/usr/local/apache --enable-so

#编译安装apache

make

make install


cd /usr/local/apache/bin/

#该命令用来启用apache

apachectl start?

#验证:访问能够打开apache主页

http://ip

热点排行