minimum+開発/ネットワーク系最低限インストールのCentOS6.3へApache2.4.2をソースからインストールする手順。
1. apr-1.4.6.tar.gzとapr-util-1.4.1.tar.gzをダウンロード
2. 上記をhttpd-2.4.2/srclib/に展開
ディレクトリ名は、apr、apr-util
3. yum install pcre-devel
4. configure
./configure --prefix=/usr/local/httpd --enable-so --enable-ssl=shared --enable-proxy=shared --with-included-apr
5. makeとmake install
参考:
configureオプション
http://bitwalker.dtiblog.com/blog-entry-190.html
--
apr
http://satospo.sakura.ne.jp/blog_archives/tech/apache/centos6_apache241.html
--
pcre
http://blog.77jp.net/apache-2-4-2-インストール-手順-fedora-centos-ソース-コンパイル
備考:
system-config-firewall-tuiでポート解放
1. apr-1.4.6.tar.gzとapr-util-1.4.1.tar.gzをダウンロード
2. 上記をhttpd-2.4.2/srclib/に展開
ディレクトリ名は、apr、apr-util
3. yum install pcre-devel
4. configure
./configure --prefix=/usr/local/httpd --enable-so --enable-ssl=shared --enable-proxy=shared --with-included-apr
5. makeとmake install
参考:
configureオプション
http://bitwalker.dtiblog.com/blog-entry-190.html
--
apr
http://satospo.sakura.ne.jp/blog_archives/tech/apache/centos6_apache241.html
--
pcre
http://blog.77jp.net/apache-2-4-2-インストール-手順-fedora-centos-ソース-コンパイル
備考:
system-config-firewall-tuiでポート解放