Re: new cgi mod_perl question

2000-08-17 Thread darren chamberlain
Alex Menendez ([EMAIL PROTECTED]) said something to this effect: > > does anyone know how to get the output of a standalone cgi script from a > mod_perl module > > I have tried all the subrequest stuff but I can't get it to work. If all you are trying to do is get the raw output, use LWP and a

new cgi mod_perl question

2000-08-16 Thread Alex Menendez
does anyone know how to get the output of a standalone cgi script from a mod_perl module I have tried all the subrequest stuff but I can't get it to work. Apache seems to parse the cgi file once a handler has been called. simply writing a handler that returns DECLINED every time it is called li