FC20 Linuxサーバー構築

apache2.2 の設定

  • Fedora20 付属を使用しないで、http://httpd.apache.org/からソースを入手
  • Fedora20 付属を導入している場合、 yum erase httpd して、削除しておく
  • tar fvxz httpd-2.2.27.tar.gz
  • cd httpd-2.2.27
  • ./configure
  • make
  • make install
  • httpd.conf修正
  • 設定変更のため等で、2回目の./configureを行う場合、./configureの前にmake distcleanを行う。
  • ./configure の例
    "./configure" \
    "--enable-rewrite" \
    "--enable-so" \
    "--enable-ssl" \
    "--enable-vhost-alias" \
    "--enable-module=so" \
    "--enable-module=rewrite" \
    "--enable-module=vhost_alias" \
    "--enable-module=ssl" \
    "--enable-rule=EAPI" \
    --enable-auth-digest \
    
  • httpd 2.4 + PHP5.6.0B1 テスト導入の設定
本ホームページの転載・複製を禁じます。
--- KONDO-NET.GR.JP ---
今日のアクセス人目