Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C74B518F01 for ; Thu, 23 Apr 2015 12:54:05 +0000 (UTC) Received: (qmail 91541 invoked by uid 500); 23 Apr 2015 12:53:33 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 91456 invoked by uid 500); 23 Apr 2015 12:53:33 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 91419 invoked by uid 99); 23 Apr 2015 12:53:33 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Apr 2015 12:53:33 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [54.76.25.247] (HELO mx1-eu-west.apache.org) (54.76.25.247) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Apr 2015 12:51:55 +0000 Received: from mail-qc0-f172.google.com (mail-qc0-f172.google.com [209.85.216.172]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id BF20F25F38 for ; Thu, 23 Apr 2015 12:51:32 +0000 (UTC) Received: by qcyk17 with SMTP id k17so8255928qcy.1 for ; Thu, 23 Apr 2015 05:51:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=QvHzuRCncF8OMIIhEo1lI6No+NNepe+AgKcXL3kLWtw=; b=Q9DCcmAKKEdcO9zk8i3h9TVqU6d6Q+/gfSW0Xt59ZvlXws/OcOR82DBD8GNWqF3KDH o2a5QnnhBKJFPi8WSKWtmCDwldGiQWvCjdtEx3Ct22mIAnpqwVxIVQzWAY8goMESVXKI /sZdHGtmKGX5r6V/Hg4tjmlyRFNxCr4kATgCKmqKG6MzG5eVM/KSOoEM0JcTWEujr24E hxQ/i8JwzSr8xpiYXGtNt7kuijVjb2MAA/5Qp1fC0+4JW4uDb9MH2+4Ciy5gxiAYYmi9 O+nLWjk161Odac86c4u8ScBDUvbFlrCAjyDvVG2rkO+Usb4YJgTlyq3AtvtBWWwCvlQy 1xEw== X-Gm-Message-State: ALoCoQlVgAoTnmMF17zP97D714IuhBmzlVR6Hu28/RgxEMKtPU96mmItAdb/5O4pBQVrbClORntI X-Received: by 10.229.219.67 with SMTP id ht3mr2295202qcb.21.1429793486530; Thu, 23 Apr 2015 05:51:26 -0700 (PDT) Received: from localhost.localdomain (cpe-74-138-23-246.kya.res.rr.com. [74.138.23.246]) by mx.google.com with ESMTPSA id w17sm5862683qkw.32.2015.04.23.05.51.24 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Apr 2015 05:51:25 -0700 (PDT) Message-ID: <5538EACA.4060309@rcbowen.com> Date: Thu, 23 Apr 2015 08:51:22 -0400 From: Rich Bowen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: Apache (httpd) Wiki References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 04/22/2015 10:53 AM, Tom Browder wrote: > There is an error on this page which is "immutable" and cannot be > edited by an ordinary user (even logged in): > > https://wiki.apache.org/httpd/FileSystemPermissions > > The error is in this the last line: > > What we've done here is to set all files to 640, or rw-r--r-- and > directories to rwxr-x---. Because the group "web-content" is applied > to all the files and directories, httpd can read these files, but > cannot write to them. > > The error phrase is here: > > "set all files to 640, or rw-r--r--" > > which should read: > > "set all files to 640, or rw-r-----" Thanks. Fixed. -- Rich Bowen - rbowen@rcbowen.com - @rbowen http://apachecon.com/ - @apachecon