Apache 2.0におけるmodの動的生成(テスト編)

テンプレート生成

$ apxs -g -n helloworld

Makefile helloworld.c helloworld.hなどが生成される

httpd.confの修正

LoadModule helloworld_module modules/mod_helloworld.so
<Location /hello>
   SetHandler helloworld
</Location>


参考:Apacheモジュールプログラミングガイド
http://www.amazon.co.jp/dp/4774117994/
最終更新:2009年01月05日 21:58