Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33025 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90038 invoked by uid 1010); 5 Nov 2007 18:35:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 90023 invoked from network); 5 Nov 2007 18:35:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Nov 2007 18:35:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.82.229 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 66.249.82.229 wx-out-0506.google.com Received: from [66.249.82.229] ([66.249.82.229:52187] helo=wx-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8E/A4-63225-9826F274 for ; Mon, 05 Nov 2007 13:35:54 -0500 Received: by wx-out-0506.google.com with SMTP id s14so2014200wxc for ; Mon, 05 Nov 2007 10:35:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=RBgtutVmGAtpvaRyGQo8lGg344DaxFCfTtxE7fP73nM=; b=ZwpVcjgw2+JxGRvFt5ezuyCWY4J2WTRrtQ0jAJ5ePqgpce1dizXFmfZ1HtFwyNvkpUtKVOj0T7C7dFmtLS+cO3ZW5yGY4gDlgCUAWvvCieYyN3Yaig91EzFPSthUjQUqcuTsMnIwTgKguKQCRxIrHI7M7yTxY2RiJNV9hOPosnQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pQGSR3hbN2SO/tbAvBQ5ulPXG1jP9kq59q5vj55HU4cG4S8CXSzFLeX0CCLBFCrHW5vZLl9QgfLImYtNs/2mGSFMy+OEtvHl4hBuzZa1vE62bjVMDSMeeMWT0x5Rd+gBPKhcNePhXGFrK25nGAGCoeQ5GRiBkwA5YYJYLADx5Ag= Received: by 10.90.118.12 with SMTP id q12mr3668600agc.1194287750668; Mon, 05 Nov 2007 10:35:50 -0800 (PST) Received: by 10.90.88.6 with HTTP; Mon, 5 Nov 2007 10:35:50 -0800 (PST) Message-ID: Date: Mon, 5 Nov 2007 21:35:50 +0300 To: "Mark Krenz" Cc: "Rasmus Lerdorf" , internals@lists.php.net In-Reply-To: <20071105171202.GA12944@arvo.suso.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070826193146.GQ16782@arvo.suso.org> <46D1ED8A.2060302@zend.com> <20070827024804.GS16782@arvo.suso.org> <46D26834.9040001@lerdorf.com> <20071105171202.GA12944@arvo.suso.org> Subject: Re: [PHP-DEV] Safe mode being removed in PHP6? From: indeyets@gmail.com ("Alexey Zakhlestin") On 11/5/07, Mark Krenz wrote: > Some people say to run Apache in a chroot jail, but I think that's > unreasonable and a lot of people aren't going to do that or know how to > do that properly. Besides, am I really going to run 200+ instances of > Apache? That seems unreasonable. Run php using fastcgi/suexec (every user will have his own PHP running using his uid). That's how textdrive/joyent do this and they are more than happy with this approach. -- Alexey Zakhlestin http://blog.milkfarmsoft.com/