[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] CGIWrap Error: Script File not Found...
- Subject: [cobalt-users] CGIWrap Error: Script File not Found...
- From: "Jordan Sharples" <jordan@xxxxxxxxxxx>
- Date: Tue Apr 17 01:24:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Guys,
Am trying to transfer our Mindleaders (DPEC) training site over from NT to
our Raq4 (fresh dpec install) and for the most part it has gone smooth.
Trying to run .exe scripts from within the cgi-bin directory and I am
banging my head. Here is what is happening: When I try to run the signon.exe
file, or any other .exe within cgi-bin, I get the error:
<<<
CGIWrap Error: Execution of this script not permitted
Execution of (/vol/home2/sites/site50/web/cgi-bin/signon.exe) is not
permitted for the following reason:
Script file not found.
Blah blah blah
>>>
Here is what I know (or have done):
- The path shown above IS the proper path to the site AND script.
- The error will display for an of the exe's located in the cgi-bin.
- The cgi-bin IS chown'd by siteadmin/siteid (as well as all the files)
- All the .exe's are world RX
- If I put a .pl file OR a .cgi file they both execute properly
- I have modified the /etc/httpd/conf/httpd.conf file to add the line (under
the virtual site 50) "AddHandler cgi-wrapper .exe" and still receive the
same error.
- I also changed the above line to "AddHandler cgi-script .exe" and get a
"Forbidden - You do not have permission to access the requested file on this
server"
- In the srm.conf I have added the line "AddHandler cgi-script .exe" and
tried changing it to cgi-wrapper and still the same error.
- I need to keep all the file extensions as .exe as the entire site is
developed around this.
- You can actually see the error at
http://mindleaders.portage.net/dpec/login.htm - just enter any username and
password and click "signon".
- All patches are installed on the Raq4
I believe the error is related to the CGIWrap, probably a configuration
issue to allow an exe to be executed.
Anyone have any insight into this? Let me know.
Jordan Sharples