in reply to CGI process exit not noticed by browser

Can you check that the Perl process is still running?It might an Apache issue or something else instead. Or is maybe one of the servers configured to use mod_perl? I could imagine this is a buffering issue, do you change the $| variable in your script somewhere?

Makeshifts last the longest.

Replies are listed 'Best First'.
Re: (2) CGI process exit not noticed by browser
by Murcia (Monk) on Dec 09, 2003 at 14:39 UTC
    I deinstalled apache2 installed apache 1.3. and now it works! Thanks Murcia