[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] cgi question
- Subject: Re: [cobalt-users] cgi question
- From: Dr Cem Bağdatlı <drcem@xxxxxxxxx>
- Date: Sun Jul 2 12:59:50 2000
- Organization: Hekim.Net / Yeni Ufuklar
I have lived the same problem. The solution is just making the file excutable from
frontpage.
You can do it from FP client by right clicking the directory of the script and clicking
the Allow scripts or programs to to be run tab. Another way is using the fpsrvadm.exe
from a telnet session and making he dir excutable.
> Another newbie question.
>
> I am trying to get some scripts to work on my new RAQ3 server. I am trying
> to get a formmail.pl script to work. The problem is that after I chmod 755
> the file and then try to run the script from the html page it tries to
> download the script instead of running it.