Hello Folks,

I am using Apache/2.2.6 (Win32) mod_perl/2.0.3 Perl/v5.8.8 configured
I have following entries for mod_perl in httpd.conf

Alias /perl/ C:/Apache2.2/perl/
PerlModule ModPerl::Registry

<Location /perl/>
   SetHandler     perl-script
   PerlHandler    ModPerl::Registry
   Options        +ExecCGI
   PerlSendHeader On
   Allow from all
</Location>

I just wrote small CGI script and placed it under C:/Apache2.2/perl/ and
when I try to access the CGI script, Apache crashes ans restarts.

Here is log entry for that:
[Tue Nov 06 20:42:23 2007] [notice] Parent: child process exited with status
9 -- Restarting.

The CGI Script which I am using is given by APache S/w itself. It prints ENV
hash key - values.

Seeking for desparate help..

regards,
Dileep


-----

With Best regards,
Dileep.

***************************************************

-- 
View this message in context: 
http://www.nabble.com/child-process-exited-with-status-------Restarting-tf4762262.html#a13620049
Sent from the mod_perl - General mailing list archive at Nabble.com.

Reply via email to