My browser displays the following error...

Script execution error
Unable to execute script due to a configuration problem. 
Please notify the webmaster of this error. 
exec() returned: 2: No such file or directory


When I send a form using this HTML code...

<FORM METHOD=POST ACTION="/cgi-bin/cgidump.cgi">
<INPUT TYPE="submit" VALUE="send profile">


to a script with the following header...

#!/custs/home/b/beo12981/rebol --cgi


for which permissions are set as follows...

-rwxr-xr-x   1 beo12981 www            594 Mar 22 21:55 cgidump.cgi
-rwxr-xr-x   1 beo12981 www         292855 Mar  3 23:08 rebol
-rwxr-xr-x   1 beo12981 www           3851 Mar  3 23:08 rebol.r


What could be wrong?  When I had the script set with a .r extension, 
the server would spit back out the script itself as a text file.  When 
I changed the script to have a .cgi extension, I received the error 
above.

-Ryan

Reply via email to