Using Mason from a CGI ?

Using Mason from a CGI ?
安装了http::mason 和mod_perl,但却无法使用它,迫不得已,决定使用“RUNNING OUTSIDE OF MOD_PERL “
httpd.conf中添加配置:
DocumentRoot /path/to/comp/root
ScriptAlias /cgi-bin/ /path/to/cgi-bin/

Action html-mason /cgi-bin/mason_handler.cgi
<LocationMatch "\.html$">
SetHandler html-mason
</LocationMatch>
测试文件时error_log:
Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
请高手点播,另外,万一还不行,如果我重新安装apache和mod_perl+php,应该注意哪些配置,最好有详细配置过程。大恩不言谢!