Re: external module and mod_perl

1999-10-06 Thread Doug MacEachern
On Fri, 1 Oct 1999, Dustin Tenney wrote: > > mod_perl ties the Perl STDOUT filehandle to Apache i/o, but this is > > different from C stdout, which cannot easily hooked to Apache i/o without > > a subprocess pipe (as mod_cgi does). I don't know of a decent workaround. > > do you have access to

Re: external module and mod_perl

1999-10-01 Thread Leslie Mikesell
According to Dustin Tenney: > > mod_perl ties the Perl STDOUT filehandle to Apache i/o, but this is > > different from C stdout, which cannot easily hooked to Apache i/o without > > a subprocess pipe (as mod_cgi does). I don't know of a decent workaround. > > do you have access to the library so