Apache/2.0.53で設定しています。
ルートディレクトリではCGIが正常動作しますが、
サブディレクトリでエラーになります。
設定等で考えられることがありましたら教えてください。


DocumentRoot "/home/xxxxxx/public_html"

<Directory />
Options ExecCGI FollowSymLinks Includes
AllowOverride None
</Directory>


<Directory "/home/httpd/public_html">
Options ExecCGI FollowSymLinks Includes
AllowOverride None
</Directory>


UserDir public_html

<Directory "/home/*/public_html">
Options ExecCGI FollowSymLinks Includes
AllowOverride None
</Directory>

DirectoryIndex index.html index.htm index.php