mod_perl 2.0 Server Configuration


mod_per2.0 でのApache設定の仕方。

  • Server Configuration Directives : Config ディレクティブの設定方法。
  • Server Life Cycle Handlers Directives : サーバーライフサイクルへのHandler設定。
  • Protocol Handlers Directives

なんで、これにプロトコルとか名前がついているか不思議だったんだけど、

http://perl.apache.org/docs/2.0/user/handlers/protocols.html

これみて納得した。

  • Filter Handlers Directives: 入出力に対してフィルターをかける。
  • HTTP Protocol Handlers Directives : そのまんまです。
  • Threads Mode Specific Directives : thread 対応っぽい。
  • Debug Directives : デバッグ用なんてあるんだ。


http://perl.apache.org/docs/2.0/user/config/config.html