2008年1月14日月曜日

Apacheの違うバージョンで 同じhttpd.confを使う方法

Apache2.2以降ではmod_version を使うことにより、Apacheのバージョンに応じた設定の適用ができる。

<IfVersion 2.1.0>
  # current httpd version is exactly 2.1.0
</IfVersion>

<IfVersion >= 2.2>
  # use really new features :-)
</IfVersion>

これにより、同じhttpd.conf(または他の設定ファイル)を異なるバージョンのApacheに適用することができる。

0 件のコメント:

ブログ アーカイブ

tags