On Thu, 06 Jan 2005 13:30:40 -0700 "John D. Sanders" <[EMAIL PROTECTED]> wrote:
> How can I increase the amount of shared memory space that this error > is talking about? > > Apache/2.0.46 (Red Hat) configured -- resuming normal operations > Loading Apache::Request at runtime. You could increase shared memory > between Apache processes by preloading it in your httpd.conf or > handler.pl file What it is saying is that you should preload Apache::Request so that it can be shared amongst your Apache children. You'll want to check out this page: http://perl.apache.org/docs/1.0/guide/performance.html#Sharing_Memory --------------------------------- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org ---------------------------------