Skip to content

Instantly share code, notes, and snippets.

@khamanaka
Created August 29, 2010 10:17
Show Gist options
  • Save khamanaka/556181 to your computer and use it in GitHub Desktop.
Save khamanaka/556181 to your computer and use it in GitHub Desktop.
install apache
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