そんなこんなでhttpd.confとか書き換えて立ち上げなおすとこんな感じで激しくおこられる。
[warn] Loaded DSO modules/mod_hogehoge.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)というわけで言われたとおりPHP再コンパイル&インストール
CFLAGS=-DEAPI ./configure --with-apxs=/usr/local/apache/bin/apxs\ --with-・・・・・・・・・・・・・・・・・ってな感じでコンパイルしたらOKだったYO。