- 2015.07.23
- introduction
- he Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.
- installation
- prerequisite
- libtool
- autoconf
- APR
- http://mungeol-heo.blogspot.kr/2015/07/apache-apr_29.html
- pcre
- gcc
- ntp
- perl
- wget http://mirror.apache-kr.org//httpd/httpd-2.4.16.tar.gz
- wget http://www.apache.org/dist/httpd/httpd-2.4.16.tar.gz.md5
- md5sum -c httpd-2.4.16.tar.gz.md5
- gzip -d httpd-2.4.16.tar.gz
- tar xvf httpd-2.4.16.tar
- cd httpd-2.4.16
- ./configure --with-included-apr
- make
- make install
- /usr/local/apache2/bin/apachectl -k start
- http://hostname
- /usr/local/apache2/bin/apachectl -k stop
- /usr/local/apache2/bin/apachectl -f /usr/local/apache2/conf/httpd.conf
- prerequisite
- reference
- introduction
Wednesday, July 29, 2015
Apache HTTPD
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.