Re: [expert] Fw: cgi - file not found but it is there!!!!

2000-10-27 Thread Jose L. Marcos
expert] Fw: cgi - file not found but it is there My guess is that the execute bit on the script is not set. In the your cgi directory, run: chmod +x filename What kind of cgi is it ? If it's some kind of script (either Shell or Perl) just check out if the '#!' first line of your scr

Re: [expert] Fw: cgi - file not found but it is there!!!!

2000-10-27 Thread Daniel Woods
I have several cgi files but a new one we just put into the directory wont run. when you try to run it, the system says file not found Whats up? thanks You haven't been paying attention to the list. I just gave a very long explanation of this for someone else two days ago. Search

[expert] Fw: cgi - file not found but it is there!!!!

2000-10-26 Thread rharvey
- Original Message - From: "rharvey" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 26, 2000 8:34 PM Subject: cgi - file not found but it is there I have several cgi files but a new one we just put into the directory wont run. when you try to run it, the system

Re: [expert] Fw: cgi - file not found but it is there!!!!

2000-10-26 Thread Michael Proto
My guess is that the execute bit on the script is not set. In the your cgi directory, run: chmod +x filename M. rharvey wrote: - Original Message - From: "rharvey" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 26, 2000 8:34 PM Subject: cgi - file not found but

Re: [expert] Fw: cgi - file not found but it is there!!!!

2000-10-26 Thread rharvey
that was not it they all have the same settings... i can run all the old ones but the new one gives the error - Original Message - From: "Michael Proto" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 26, 2000 9:58 PM Subject: Re: [expert] Fw: cgi - file