[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] cgi-wrap?
- Subject: RE: [cobalt-users] cgi-wrap?
- From: "Matt Brown" <matt@xxxxxxxxxxxxxxxxxx>
- Date: Mon Apr 22 17:02:00 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> i'm new to the whole cobalt thing, as i'm more of a redhat geek, so i'm
> unfamilliar with this whole cgi-wrapper thing. what is it?
>
> the reason i want to know is that i have a perl script on this cobalt-box
> that isn't working (even though it works just fine on my redhat box), and
> the only entry made in the cobalt's httpd log is that i'm using "our"
> _somewhere_ in the script inappropriately. but the line it's on isn't
> mentioned due (at least i think so) to the fact that these
> cgi-wrappers are
> handling my scripts. do they have a private error log that i can
> access? or
> am i stuck guessing at what's going wrong?
Have you tried using the cgiwrapd to see the debug output ?
http://www.yourdomain.com/cgiwrapDir/cgiwrapd/cgi-bin/script.cgi
Just replace 'yourdomain.com' for the real domain and 'script.cgi' for the
actual script name.
This will then entice the cgiwrapd to output what is causing the problem.
HTH
Matt Brown