I don't have anything that I know of that would be causing problems.
I have cgi-bin in apache.
These are my permissions:
CODE
localhost log # ls -l /var/www/localhost/cgi-bin/nut
total 629
-rwxr-xr-x 1 root root 530156 May 11 16:18 htsearch
-rwxr-xr-x 1 root root 268 May 11 16:18 printenv
-rwxr-xr-x 1 root root 757 May 11 16:18 test-cgi
-rwxr-xr-x 1 root root 29120 Jun 1 16:27 upsimage.cgi
-rwxr-xr-x 1 root root 33024 Jun 1 16:27 upsset.cgi
-rwxr-xr-x 1 root root 32064 Jun 1 16:28 upsstats.cgi
localhost log # ls -l /var/www/localhost/htdocs/nut
total 16
-rwxr-xr-x 1 root root 62 May 11 16:13 bottom.html
-rwxr-xr-x 1 root root 623 May 11 16:14 header.html
-rwxr-xr-x 1 root root 503 May 11 16:14 index.html
-rwxr-xr-x 1 root root 2750 May 11 16:14 nut-banner.png
apache error_log says
CODE
[Sat Jun 02 10:51:39 2007] [error] [client 127.0.0.1] Directory index forbidden by rule: /var/www/localhost/htdocs/nut/
I haven't found anything in htdocs or nut that would interfere.