-----Original Message----- >From: Perrin Harkins <[EMAIL PROTECTED]> >Sent: Jan 12, 2007 8:03 AM >To: c chan <[EMAIL PROTECTED]> >Cc: modperl@perl.apache.org >Subject: Re: system() call fails without lefting any status > >c chan wrote: >> A simple system call like system("app & > /dev/nuil ") in a CGI >> aborts the CGI without leaving any status in the error_log. Did >> anyone experence anything like this? > >No. Experiment with it. Take the & off. Take the STDOUT redirection >off. See what causes it.
Thanks for the suggestion, I willl try that today. > >> But I can >> seem to find any mod_perl-1.29 RPM from the redhat site. I can't >> built the conventional mod_perl-1.29.tar.gz without any apache source >> in FC5. > >Both the apache 1.x and mod_perl 1.x source are readily available from >apache.org. I'm running them on FC5 right now. Am I mistaking the difference between Apache2 and Apache1? It seems to me that Apache::Registry is built for Apache1 and mp1, but ModPerl::Registry is built for mp2. I used Apache::DB->init() on mp1, so I am not sure that it is viable for mp2. Thanks, - Clement > >- Perrin