Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21770 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58847 invoked by uid 1010); 2 Feb 2006 20:32:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 58832 invoked from network); 2 Feb 2006 20:32:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Feb 2006 20:32:11 -0000 X-Host-Fingerprint: 70.85.46.36 unknown Received: from ([70.85.46.36:54368] helo=prohost.org) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id DA/05-20872-94C62E34 for ; Thu, 02 Feb 2006 15:32:10 -0500 Received: (qmail 27522 invoked from network); 2 Feb 2006 20:32:06 -0000 Received: from prohost.org (HELO ?127.0.0.1?) (70.85.46.36) by prohost.org with SMTP; 2 Feb 2006 20:32:06 -0000 Message-ID: <43E26C45.9020503@prohost.org> Date: Thu, 02 Feb 2006 15:32:05 -0500 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian Moon CC: php internals References: <43E25FEC.3020808@dealnews.com> In-Reply-To: <43E25FEC.3020808@dealnews.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP, Apache 2, memory and APC From: ilia@prohost.org (Ilia Alshanetsky) Rather then terminating Apache request yourself, you can use universal Apache configuration directives that allow you to restrict memory utilization of an Apache process. Ilia