cyghttpd2へのmod_fcgidの入れ方備忘録

環境

  • Cygwin 1.5.25
  • apache2 2.2.6-1
  • apache2-devel 2.2.6-1
  • mod_fcgid 2.2
% tar zxvf mod_fcgid.2.2.tgz
% cd mod_fcgid.2.2
% make top_dir=/usr/share/apache2 EXTRA_LIBS="-lapr-1 -laprutil-1 -lhttpd2core"
% make top_dir=/usr/share/apache2 install

ポイント

  • httpd2coreは忘れやすい。
  • Makefile中の変数を「make NAME=VALUE」で上書きできることを知っている人は少ない。(だいたいviで編集しろとか書いてある)