Isnt that line just for cgi-scripts outside the /usr/local/httpd/cgi-bin/
directory. Anyway I still get the same error message.
here is a cut from my httpd.conf file:
<BEGIN>
ScriptAlias /cgi-bin/ "/usr/local/httpd/cgi-bin/"
#
# "/usr/local/httpd/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "/usr/local/httpd/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
# cgi-bin for SuSE help system
# using SetHandler
<Directory /usr/lib/sdb/cgi-bin>
AllowOverride None
Options +ExecCGI -Includes
SetHandler cgi-script
</Directory>
# enable perl for cgi-bin
#
<Location /cgi-bin>
AddHandler perl-script .pl
PerlHandler Apache::Registry
PerlSendHeader On
Options +ExecCGI
</Location>
<END>
>
>I'm not sure the exact lines to use, but you must
>specify the .cgi type to be allowed in your
>http.conf. I think it is called an "AddHandler"
>
>I have a line " AddHandler cgi-script .cgi"
>
>But I don't know if you can run a perl script
>as a .cgi file, it might conflict with
>the Addhandler for perl scripts.
>
>Try running a bash shell script with a .cgi ending.
>
/ John
UIN: 7325429
E-MAIL: [EMAIL PROTECTED]
URL: http:/hem2.passagen.se/highlndr
--
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html