AN HTTPD で、PHPのエラー

最近、ダウンロードしたPHPで、WEBサーバーにAN HTTPDを使い、
PHPのスクリプトをURLから呼ぶと、エラー。

This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.

For more information as to why this behaviour exists, see the manual page for CGI security.

For more information about changing this behaviour or re-enabling this webserver, consult the installation file that came with this distribution, or visit the manual page.

と言うメッセージが出る。

php.iniに、
cgi.force_redirect = 0
と書けば、AN HTTPDでも動いたのだが、Mongoose(Web Server)ではこんなことしなくても動く。
長らく更新していないようだし、もうAN HTTPDは使うべきではないのかな?
まあ設定変えて動くなら大きな実害はないが、PHPをバージョンアップするごとに設定を変えるのは面倒だな。
AN HTTPDはやめてMongooseに以降しようかな。