On 6/7/08, Joey K Tuttle <[EMAIL PROTECTED]> wrote: > Can anyone shed any light on why script h601 works fine both terminal and as > a CGI call - while h602 fails when called as CGI (logging "bad header > |domain error")???
I would imagine that this has to do with how J602 gets installed differently from J601. Usually, when I have this kind of problems with CGI, I make a wrapper shell script that runs the offending program using strace -- I can then visit the url and get a log of all my system calls and any errors that occur. This usually makes the issues quite clear. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
