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 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.
- Perrin