[snip] > Is there anything in particular in a script, that would cause this type of > error?? Any suggestions or areas to look at, would be greatly appreciated.
If you're seeing "out of memory" in the Apache logs, first thing to look for is recursive loops inside the script. However if it doesn't happen all the time it has to be in a specific area of the script. Another good one is a script trying to slurp in a huge file and subsequently running out of memory. Any which way, it's better to revert back to the old copy of the script for the time being, Apache and the server itself will get bogged down seriously when you get the out of memory deal, since at that point it'll already have used up all the swap space. It makes the server very unhappy :) -- Bernhard van Staveren - madcat(at)ghostfield.com GhostField Internet - http://www.ghostfield.com/ "A witty saying proves nothing, but damn it's funny!" - me, 1998 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]