siangming wrote:

> hi,
>
> i'm having some problem with my cgi script, i hope someone can help me
>
> i'm trying to execute a program that looks at the logs and gets the
> stats but i cant seem to execute the program. i can telnet in and
> execute the program, but i cant execute it in my cgi script. here's a
> part of the script
>
> $cmd = "analog +gacic.cfg";
> $dir = "/usr/home/singmail/analog";
>
> chdir ("$dir");         <--- problem i think starts from here
> system ("$cmd>null");   <--- and this wont work
>
> i'm using it in unix btw
>

Analog won't run as a cgi. If you want to run it from the web use the form
interface, anlgform.


--
Jeremy Wadsack
OutQuest Magazine
a Wadsack-Allen publication


--------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
--------------------------------------------------------------------

Reply via email to