Re: Problem reading from STDIN

2000-11-08 Thread G.W. Haywood
Hi there, On Wed, 8 Nov 2000, Pramod Sokke wrote: > there are lot there that seem to indicate that the only way to > access STDIN under mod_perl is to use Apache::Request. > Is that right? If your code is clean I'm sure you'll be able to use Apache::Registry and things should work just as if yo

Re: Problem reading from STDIN

2000-11-08 Thread Pramod Sokke
this mean I have to change our legacy code to reflect this? Thanks, Pramod - Original Message - From: G.W. Haywood <[EMAIL PROTECTED]> To: Pramod Sokke <[EMAIL PROTECTED]> Cc: modperl <[EMAIL PROTECTED]> Sent: Wednesday, November 08, 2000 9:26 AM Subject: Re: Problem rea

Re: Problem reading from STDIN

2000-11-08 Thread G.W. Haywood
Hi there, On Tue, 7 Nov 2000, Pramod Sokke wrote: > I'm not able to read anything from stdin at all. Have you got a directive somewhere in the config? 73, Ged.

Problem reading from STDIN

2000-11-07 Thread Pramod Sokke
Hi all,   We've moved all our old perl cgi scripts to run under mod_perl(PerlRun) now. There's a peculiar problem I'm seeing with POST requests. Basically, I'm not able to read anything from stdin at all. For eg, if I just have a form that takes some data, that data is just not available at