RE: [cgiwrap-users] Need help with Strange Behavior
Brought to you by:
nneul
From: Nathan N. <nn...@um...> - 2002-12-16 01:06:38
|
No, that should not happen. CGIwrap only looks at the script iself, it doesn't care in the least about any parameters/data passed to the script. Best place to look is the source itself. If Cgiwrap is the one responsible for not executing the script, you will get an error message from cgiwrap. Anything else, it's because of the script, or other settings on the web server. -- Nathan On Sun, 2002-12-15 at 13:34, Kenny Smith wrote: > Hi Nathan, > > Do you know where I can find a list of the security checks that cgiwrap goes > through before choosing to execute the target CGI? > > Have you ever experienced a situation where cgiwrap would execute a script > with some cgi params but not others? Like.. > > ".../script.cgi?user_param=utilities" would fail, but > ".../script.cgi?user_param=stuff" would succeed? > > Thanks, > > Kenny Smith > JournalScape.com > > > -----Original Message----- > > From: cgi...@li... > > [mailto:cgi...@li...]On Behalf Of > > Neulinger, Nathan > > Sent: Thursday, December 12, 2002 2:45 PM > > To: Kenny Smith; cgi...@li... > > Subject: RE: [cgiwrap-users] Need help with Strange Behavior > > > > > > Try running with cgiwrapd if they support it. > > > > CGIwrap doesn't generate that error, the web server does, and it usually > > occurs when the script isn't outputting a content-type or errors similar > > to that. Or when it outputs nothing at all. > > > > -- Nathan > > > > ------------------------------------------------------------ > > Nathan Neulinger EMail: nn...@um... > > University of Missouri - Rolla Phone: (573) 341-4841 > > Computing Services Fax: (573) 341-4216 > > > > > > > -----Original Message----- > > > From: Kenny Smith [mailto:ke...@jo...] > > > Sent: Thursday, December 12, 2002 4:37 PM > > > To: cgi...@li... > > > Subject: [cgiwrap-users] Need help with Strange Behavior > > > > > > > > > Hello all, > > > > > > My ISP uses cgiwrap and I'm having some strange behavior. > > > Unfortunately, > > > their support people don't know anything about it, so they > > > can't/won't > > > help me. > > > > > > I have a script that loads one page fine, I click on a link > > > (which goes > > > back to the same script with different variables) and that > > > works fine, > > > then I do another one and it fails with a "Premature end of Script > > > Headers". > > > > > > However, if I edit the script and force the CGI variables to > > > simulate a > > > click on the link that caused the "Premature..." then the page loads > > > just fine. So I know the script compiles and I know the code which > > > should be executed works fine... but something is stopping it. > > > > > > Is there a FAQ (I've been unable to find one that addresses Premature > > > End of Script Headers questions), or can someone explain to > > > me the cases > > > in which cgiwrap would log a "Premature.." when the script > > > compiles and > > > is owned by me and is chmod 755 (as are all of the > > > directories leading > > > to my home dir)? > > > > > > Thanks, > > > Kenny Smith > > > JournalScape.com > > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by: > > > With Great Power, Comes Great Responsibility > > > Learn to use your power at OSDN's High Performance Computing Channel > > > http://hpc.devchannel.org/ > > > _______________________________________________ > > > cgiwrap-users mailing list > > > cgi...@li... > > > https://lists.sourceforge.net/lists/listinfo/cgiwrap-users > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by: > > With Great Power, Comes Great Responsibility > > Learn to use your power at OSDN's High Performance Computing Channel > > http://hpc.devchannel.org/ > > _______________________________________________ > > cgiwrap-users mailing list > > cgi...@li... > > https://lists.sourceforge.net/lists/listinfo/cgiwrap-users -- ------------------------------------------------------------ Nathan Neulinger EMail: nn...@um... University of Missouri - Rolla Phone: (573) 341-4841 Computing Services Fax: (573) 341-4216 |