Have you tried going to the directory and typing ./scriptname where scriptname is the name of your script? If this fails to give the output you would expect, try running a chmod 555 scriptname It sounds like the server is trying to run the script (hence the 500 internal error) but not being able to. by typing ./scriptname [return] you are running the script and it should print out any errors. Gareth
> Subject: [cobalt-security] Not sure if the right list > Reply-To: [EMAIL PROTECTED] > > This is a multi-part message in MIME format. > > ------=_NextPart_000_04F3_01C15B00.0B4DF2F0 > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > I am having trouble with CGI-Wrap on my RAQ4. I am trying to run a = > couple of scripts form /cgi-bin/another/ directory and it is giveing me = > and internal server error. > > I think it is the CGI-Wrap not sure how do i disable cgi-wrap or set the = > security different to get it to work. > > Thanks in advance > Nathan Kondra _______________________________________________ cobalt-security mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-security
