Invalid argument: Parent: Failed to create the child process

2007-04-19 Thread aqua
Dear group Once in a while I am getting the error "Invalid argument: Parent: Failed to create the child process" and my Apache quits. I have just three scripts running in PerlRun mode and I do not know what causes this error. Appreciate any help in this regard. I am using Apache/2.0.59 (Win32

RE: Malformed header from script

2007-04-19 Thread michael watson \(IAH-C\)
Yes, it's ensembl :) Here is the output from envview ;) SCRIPT_NAME => /perl/Gallus_gallus/envview SERVER_NAME => www.mydomain.org ENSEMBL_FIRSTSESSION_ID => 2 ENSEMBL_SPECIES => Gallus_gallus SERVER_ADMIN => webmaster@mydomain.org HTTP_ACCEPT_ENCODING => gzip, deflate HTTP_CONNECTION => Keep-Al

Re: $r->handler and $r->set_handlers on all files

2007-04-19 Thread Sergij Borodych
Perrin Harkins пишет: On 4/18/07, Sergij Borodych <[EMAIL PROTECTED]> wrote: I try at another servers with Debian Etch apache2 2.2.3-4 libapache2-mod-perl2 2.0.2-2.4 FreeBSD 6.2-STABLE apache-2.0.59 mod_perl2-2.0.3_1,3 and here all works fine maybe its Gentoo specific

Re: Malformed header from script

2007-04-19 Thread Perrin Harkins
On 4/19/07, michael watson (IAH-C) <[EMAIL PROTECTED]> wrote: You said that "It should be examining the output of contigview and mapview to determine if there's a content type header, and if not, it will send text/html." Actually, I believe you always have to send the Content-type header from y

Re: $r->handler and $r->set_handlers on all files

2007-04-19 Thread Perrin Harkins
On 4/19/07, Sergij Borodych <[EMAIL PROTECTED]> wrote: I check virtual hosts conf and not found difference. The httpd.conf files on the machine that works and the one that doesn't are completely identical? Make sure you are really looking at the correct files. Which apache directives can aff

Re: Malformed header from script

2007-04-19 Thread Perrin Harkins
One other idea: try updating the CGI.pm module on that server to the latest version. - Perrin

RE: Malformed header from script

2007-04-19 Thread michael watson \(IAH-C\)
Perrin, you just made my day :) Blast my own stupidity for assuming that Red Hat Enterprise Linux 4, released in 2005, would have a reasonably up-to-date CGI.pm. Imagine my horror/joy when I found out I actually had version 2.89, which was released in 2002! Why would a distribution ship with Apa

Re: $r->handler and $r->set_handlers on all files

2007-04-19 Thread Sergij Borodych
On 04/19/07 15:19, Perrin Harkins wrote: On 4/19/07, Sergij Borodych <[EMAIL PROTECTED]> wrote: I check virtual hosts conf and not found difference. The httpd.conf files on the machine that works and the one that doesn't are completely identical? Make sure you are really looking at the correc