Re: Apache (httpd) Wiki

2015-04-23 Thread Tom Browder
On Apr 23, 2015 7:54 AM, Rich Bowen rbo...@rcbowen.com wrote:



 On 04/22/2015 10:53 AM, Tom Browder wrote:
 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.

Thanks for a rapid fix, Rich.

I haven't tried adding a new page at the same place as the file permissions
page. Is that possible for an ordinary user?

I would like to contribute my successful method for using the latest
openssl with the latest Apache while not interering with the system openssl
(from Ivan Ristic with slight mods).

Best regards,

-Tom


Re: Apache (httpd) Wiki

2015-04-23 Thread Rich Bowen



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 - rbo...@rcbowen.com - @rbowen
http://apachecon.com/ - @apachecon


Apache (httpd) Wiki

2015-04-22 Thread Tom Browder
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-

Best regards,

-Tom