Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70037 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62702 invoked from network); 6 Nov 2013 20:00:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Nov 2013 20:00:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.175 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.175 mail-lb0-f175.google.com Received: from [209.85.217.175] ([209.85.217.175:45347] helo=mail-lb0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 49/F1-50145-3FF9A725 for ; Wed, 06 Nov 2013 15:00:52 -0500 Received: by mail-lb0-f175.google.com with SMTP id z5so132310lbh.6 for ; Wed, 06 Nov 2013 12:00:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=9PkwTFa2f8JJbCd9659hKqbFiAE6PeBIy8JF5mZm/mg=; b=vBAtQKh20i4y7Y0hz7qoPlCu6Sgm7C3lRAtm0YFKwNkNlIDKixTduqUuTmj586HRdq dS2JKYqUmvZV1XLT99eR+YSIl42TWZSAvJK8XsYtBWJ8Sp+ggACWzjZY2ThA1fam9ddV F/QaBWA/rVIBO5qFg584DsxDxkq2Sf/26hmxZu4q6uqMQh9gC6KBPhMAd8sT/uMj1FxH X0dxAw0MryrJyMyznTV/zebC+Hf3moD/GFcBQvy/Dly5FuYL8yS4WzSdeHcJ1Dnd2J1M 6NpbHn5OHpRweStzc4MbcUdyBvyp/08H2U/sx0Su24MRBI3AwKzYbeliTNIFUASK7xSW 0hYw== X-Received: by 10.112.9.195 with SMTP id c3mr3799606lbb.33.1383768048766; Wed, 06 Nov 2013 12:00:48 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.154.201 with HTTP; Wed, 6 Nov 2013 12:00:08 -0800 (PST) In-Reply-To: References: <60B9BBE0-BC3F-490A-AD78-9EBC22C808CF@googlemail.com> Date: Thu, 7 Nov 2013 05:00:08 +0900 X-Google-Sender-Auth: uYSDape-XO-fLpUJie4ANqhJrHU Message-ID: To: Adam Harvey Cc: Kevin Ingwersen , PHP internals Content-Type: multipart/alternative; boundary=001a1135e1f6ff989c04ea879aa6 Subject: Re: [PHP-DEV] CLI Web Server customization From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a1135e1f6ff989c04ea879aa6 Content-Type: text/plain; charset=UTF-8 Hi Adam, On Thu, Nov 7, 2013 at 1:45 AM, Adam Harvey wrote: > My recollection of the discussion at the time was that part of the > reasoning behind that note was security: the CLI server was a new > piece of code, and the public Internet is a pretty hostile place, > particularly for Web servers. Therefore the intention was to > discourage users from exposing the CLI server on anything other than > loopback and private networks. > > It doesn't sound like that's a problem for Kevin, but I'm pretty sure > that was part of the context there. > I agree. There was security issue in cli server in fact. Current documentation is too much. IMHO. It may be good time to modify our doc a little. Any objection for making security warning to a note that discourages use under internet? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a1135e1f6ff989c04ea879aa6--