First
Download httpd source.
http://apache.tt.co.kr/httpd/httpd-2.2.11.tar.gz
Second
Move and Uncompress.
- mv httpd-2.2.11.tar.gz /usr/local/
- tar xvfz httpd-2.2.11.tar.gz
- cd httpd-2.2.11
Third
Source tree setting. use to "./configure". and make & make install.
- ./configure --prefix=/usr/local/apache2 --enable-rewrite=shared --enable-speling=shared
- make & make install
Fourth
Environmental set. and Start.
- vim /usr/local/apache2/conf/httpd.conf
Edit ServerName,
- /usr/local/apache2/bin/apachectl -f /usr/local/apache2/conf/httpd.conf
Download httpd source.
http://apache.tt.co.kr/httpd/httpd-2.2.11.tar.gz
Second
Move and Uncompress.
- mv httpd-2.2.11.tar.gz /usr/local/
- tar xvfz httpd-2.2.11.tar.gz
- cd httpd-2.2.11
Third
Source tree setting. use to "./configure". and make & make install.
- ./configure --prefix=/usr/local/apache2 --enable-rewrite=shared --enable-speling=shared
- make & make install
Fourth
Environmental set. and Start.
- vim /usr/local/apache2/conf/httpd.conf
Edit ServerName,
- /usr/local/apache2/bin/apachectl -f /usr/local/apache2/conf/httpd.conf