RE: Apache crashing

2007-10-10 Thread Ian G. Tyndall
is is not an Apache module DSO, or was compiled for a different Apache version? Apache version: 2.2.6 Any thoughts/suggestions? -Original Message- From: Foo JH [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 3:51 AM To: Ian G. Tyndall Cc: modperl@perl.apache.org Subject:

RE: Apache crashing

2007-10-09 Thread Ian G. Tyndall
o:[EMAIL PROTECTED] Sent: Tuesday, October 09, 2007 12:43 PM To: Ian G. Tyndall Cc: modperl@perl.apache.org Subject: Re: Apache crashing What's your modperl config like? Ian G. Tyndall wrote: > Ok, I decided to upgrade my Apache to see if that would fix things. > > I installed 2.2

RE: Apache crashing

2007-10-09 Thread Ian G. Tyndall
quot; messages on the web... but nothing like this. Any suggestions/thoughts! Thanks again, Ian -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: Thursday, October 04, 2007 3:40 PM To: Ian G. Tyndall Cc: modperl@perl.apache.org Subject: Re: Apache crashing On Thu,

Apache crashing

2007-10-04 Thread Ian G. Tyndall
Oh the problems come and go so quickly! I've got one cgi script that always crashes apache. The error log gives the following message: [Thu Oct 04 11:38:29 2007] [crit] (22)Invalid argument: Parent: Failed to create the child process. [Thu Oct 04 11:38:29 2007] [crit] (OS 6)The handle is invalid.

RE: Turning off caching

2007-10-04 Thread Ian G. Tyndall
Thanks guys! Look like I got alot of scripts to change! -Original Message- From: iain hubbard [mailto:[EMAIL PROTECTED] Sent: Thursday, October 04, 2007 11:06 AM To: modperl@perl.apache.org Subject: RE: Turning off caching > This is not a global rule: "do not use 'my' for any variable

RE: Turning off caching

2007-10-04 Thread Ian G. Tyndall
though. Adam: I'm looking into that perlinithandler right now, thanks for the recommendation. -Original Message- From: Adam Prime x443 [mailto:[EMAIL PROTECTED] Sent: Thursday, October 04, 2007 10:07 AM To: Geoffrey Young; Ian G. Tyndall Cc: modperl@perl.apache.org Subject: RE: Turnin

Turning off caching

2007-10-04 Thread Ian G. Tyndall
I've got an existing cgi project that I was hoping to get some performance improvements from mod_perl. Everything was going great until I ran into a caching issue. The script repeatedly performs the last action given regardless of the paramaters passed in. I've seen this: $r->nocache(1); But, ho