RE: Exit problem using mod_perl 1.99 apache 2.049

2004-06-16 Thread Kreimendahl, Chad J
Title: Exit problem using mod_perl 1.99 apache 2.049   This error typically happens when you don't return headers (beyond 200 OK)... such as content-type and content-legth.  Check your scripts and make sure you're explicily returning headers before you print the page. From: Cadman, Andrew (

Re: Exit problem using mod_perl 1.99 apache 2.049

2004-06-16 Thread William McKee
On Wed, Jun 16, 2004 at 02:03:25PM +0200, Cadman, Andrew (Contractor) wrote: > Generally, as the scripts were well written few errors were reported and > these have been dealt with. None of the logs files: - the virtual host log, > apache general error log or /tmp.db.out (using the Apache::DB in st

Re: Exit problem using mod_perl 1.99 apache 2.049

2004-06-16 Thread Stas Bekman
Andrew, please read the following guidelines for bug reporting and try again. Thanks. http://perl.apache.org/bugs/ (1.99_xx == 2.0) -- __ Stas BekmanJAm_pH --> Just Another mod_perl Hacker http://stason.org/ mod_p