#!/bin/sh#Install LAMP in RHEL4 INSTALL_DIR=`pwd` tar -zxf httpd-2.2.13.tar.gz;cd httpd-2.2.13;./configure --prefix=/usr/local/apache2 --enable-so --enable-rewrite;make;make install;cd $INSTALL_DIR
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号