Sorry, I'm not able, I'd be very grateful if you can have a look to these few lines of my httpd.conf:
----------------------
# CGI directory exists, if you have that configured.
#
<Directory "C:/Programmi/Apache Group/Apache2/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
#
# Redirect allows you to tell clients about documents which used to e
----------------------
and
----------------------
# To use CGI scripts outside of ScriptAliased directories:
# (You will also need to add "ExecCGI" to the "Options" directive.)
#
#AddHandler cgi-script cgi
#
# For files that include their own HTTP headers:
----------------------