apxs 作成方法 | urchinheadのブログ
雛形の作成
> apxs -g -n hello_world

コンパイルapxs
> apxs -c mod_hello_world.c


libapreq使う時のコンパイル
>apxs -I /usr/include/apreq2/ -c mod_hello_world.c

インストール
>apxs -i -a -n 'hello_world' mod_hello_world.la