[kwlug disc.] Tough server debug question
Chris Bruner
cbruner at quadro.net
Thu Aug 30 15:20:17 EDT 2007
>
> I honestly don't expect a concise answer as to where the problem is
> :). But I'm really stumped as to where to even start looking. Anyone
> have any thoughts on what I should be looking at to isolate or pin
> down what's going on?
>
To pin it down, maybe you could do something like
||$alltheargs = all the args you normally pass in.
Save $alltheargs to a log file
$cgi = "http://whatever.com/cgi-bin/Script.cgi?" . $alltheargs;
$result = file_get_contents($cgi);
Save "Returned from cgi" to the logfile
echo $result;
Then at least you could see if it's at the cgi with particular
parameters or something else.
||
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserv.ccjclearline.com/pipermail/kwlug-disc/attachments/20070830/dbc8d511/attachment.htm
More information about the KWLUG-Disc
mailing list