On Wed, 2004-09-22 at 02:00, Ryan Underwood wrote: > Here's the current config that's been whittled down
Your config is pretty basic, so it must be something in the code that's causing it. > I've no idea what to try next. You need to discover how to reproduce the problem. I would start by finding a way to check where STDOUT is going, so that you can tell what requests were handled by the child process that starts writing to the error log and recreate them. Increase your logging as necessary in order to get all the parameters that are being sent in so that you can recreate them with your browser or a WWW::Mechanize script. - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html