Re: system() call fails without lefting any status

2007-01-12 Thread c chan
>>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.

Re: system() call fails without lefting any status

2007-01-12 Thread Perrin Harkins
On Fri, 2007-01-12 at 09:04 -0800, c chan wrote: > 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. That's correct. > I used Apache::DB->init() on mp1, so I am not sure that i

Re: system() call fails without lefting any status

2007-01-12 Thread c chan
-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

Re: system() call fails without lefting any status

2007-01-12 Thread Perrin Harkins
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. But I can see

system() call fails without lefting any status

2007-01-11 Thread c chan
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? The Apache 2 server is a standard FC5 rpm installation. I tried installing mod_perl-1.29's Apache::Registry to run Apache::DB->i