Re: mod_perl2 SubProcess no output from spawn_proc_prog in handler

2010-07-22 Thread Fred Moyer
On Thu, Jul 22, 2010 at 10:01 AM, Mark Robinson wrote: > Hi Fred, > > I downloaded your example and same result: nothing. No error in the error log. > Is there a specification configuration needed in httpd.conf to use SubProcess? I don't think there is anything specific needed. Did you try sendi

Re: mod_perl2 SubProcess no output from spawn_proc_prog in handler

2010-07-22 Thread Mark Robinson
Hi Fred, I downloaded your example and same result: nothing. No error in the error log. Is there a specification configuration needed in httpd.conf to use SubProcess? thanks On Jul 22, 2010, at 11:42 AM, Fred Moyer wrote: > On Thu, Jul 22, 2010 at 9:34 AM, Mark Robinson wrote: >> Hi all, >>

Re: mod_perl2 SubProcess no output from spawn_proc_prog in handler

2010-07-22 Thread Fred Moyer
On Thu, Jul 22, 2010 at 9:34 AM, Mark Robinson wrote: > Hi all, > I am trying to figure out how to use spawn_proc_prog to execute an external > process and return the output of that process to the calling browser. > I am currently modifying the spawn_proc_prog example from the mod_perl 2 API > d