Created
August 29, 2010 10:17
-
-
Save khamanaka/556181 to your computer and use it in GitHub Desktop.
install apache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /usr/local/src/ | |
wget http://ftp.kddilabs.jp/infosystems/apache/httpd/httpd-2.2.17.tar.gz | |
tar xzvf httpd-2.2.17.tar.gz | |
cd httpd-2.2.17 | |
./configure --prefix=/usr/local/apache2.2.16 --enable-mods-shared=all --enable-module=all --with-mpm=worker --enable-module=all --enable-ssl --enable-deflate | |
make | |
make install | |
mkdir /service | |
mkdir /service/wwwlog | |
/usr/local/apache2.2.17/bin/apachectl start | |
wget http://111.222.333.444/ | |
view index.html | |
/usr/local/apache2.2.17/bin/apachectl stop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment