服务器装系统教程 在Linux中安装httpd服务器?

在Linux中安装httpd服务器?Apache安装1,tar xvzf httpd-*-C/usr/local/SRC/decompression包2,CD/usr/local/SRC解压缩后放入目

在Linux中安装httpd服务器?

Apache安装1,tar xvzf httpd-*-C/usr/local/SRC/decompression包2,CD/usr/local/SRC解压缩后放入目录3,。/configure--prefix=/usr/local/apache2,configure Apache,安装两个模块--enable so--enable rewrite 4,make install Compile and install 5,/usr/local/apache2/bin/apachectl start启动服务。第二种方法是使用RPM包安装Yum install httpd*VI/etc/httpd/httpd.conf文件(配置文件)服务httpd startservice httpd stopservice httpd restart