Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8619 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30841 invoked by uid 1010); 19 Mar 2004 19:18:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 30799 invoked from network); 19 Mar 2004 19:18:30 -0000 Received: from unknown (HELO mail.funio.com) (66.199.166.4) by pb1.pair.com with SMTP; 19 Mar 2004 19:18:30 -0000 Recieved: (qmail 23576 invoked by uid 0); 19 Mar 2004 19:17:41 -0000 Received: from unknown (HELO www.funio.com) (66.199.166.104) by 0 with SMTP; 19 Mar 2004 19:17:41 -0000 Received: from 66.158.132.127 (SquirrelMail authenticated user boulat@funio.com) by www.funio.com with HTTP; Fri, 19 Mar 2004 14:23:04 -0500 (EST) Message-ID: <63330.66.158.132.127.1079724184.squirrel@www.funio.com> In-Reply-To: <200403191323.33174.ilia@prohost.org> References: <61700.66.158.132.127.1079718509.squirrel@www.funio.com> <60174.66.158.132.127.1079720363.squirrel@www.funio.com> <200403191323.33174.ilia@prohost.org> Date: Fri, 19 Mar 2004 14:23:04 -0500 (EST) To: ilia@prohost.org Cc: internals@lists.php.net User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: Re: [PHP-DEV] new security related directive for php-4.3.4 From: boulat@funio.com > On March 19, 2004 01:19 pm, boulat@funio.com wrote: >> Bingo, I have too many clients to add them all, instead determining the >> value on the fly is the best way to go IMHO. > > If you have many clients you probably should've automated the account > creation > process and modification of all the appropriate config files including > httpd.conf. As such as it would be trivial to add 1 line to every virtual > host, that would limit the PHP's ability to open files to that user's > directories. The reason why I would want to play with settings in php.ini or/and httpd.conf often is because everytime I modify those config files I MUST restart apache in order for changes to take place, meaning I will have DOWNTIME. Now imagine hundreds of new accounts added per day to your hosting machine, that means the webserver will end up getting restarted hundreds of times... Hundreds of seconds per day add up to minutes of downtime... and as we all know downtime is something everyone tries to avoid at all costs. Cheers. > > Ilia > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >