Re: apache doc folder permissions problem

2021-06-21 Thread Bjarne D Mathiesen
Bill Cole wrote: > On 2021-06-18 at 14:33:43 UTC-0400 (Fri, 18 Jun 2021 14:33:43 -0400) > Murray Eisenberg >> With macOS 11.4 at least, the command >> >> chmod a-r /Users >> >> and even >> >> sudo chmod a-r /Users >> >> gives error "chmod: Unable to change file mode on /Users:

Re: apache doc folder permissions problem

2021-06-18 Thread Bill Cole
On 2021-06-18 at 14:33:43 UTC-0400 (Fri, 18 Jun 2021 14:33:43 -0400) Murray Eisenberg is rumored to have said: On 18 Jun2021, at 2:13 PM, Bill Cole wrote: On 2021-06-18 at 10:17:13 UTC-0400 (Fri, 18 Jun 2021 10:17:13 -0400) Murray Eisenberg is rumored to have said: Indeed, sudo

Re: apache doc folder permissions problem

2021-06-18 Thread Murray Eisenberg
> On 18 Jun2021, at 2:13 PM, Bill Cole > wrote: > > On 2021-06-18 at 10:17:13 UTC-0400 (Fri, 18 Jun 2021 10:17:13 -0400) > Murray Eisenberg > is rumored to have said: > >> Indeed, >> >> sudo chmod a+x /Users /Users/me /Users/me/Sites >> >> fixed the permissions access problem. >> ...

Re: apache doc folder permissions problem

2021-06-18 Thread Bill Cole
On 2021-06-18 at 10:17:13 UTC-0400 (Fri, 18 Jun 2021 10:17:13 -0400) Murray Eisenberg is rumored to have said: Indeed, sudo chmod a+x /Users /Users/me /Users/me/Sites fixed the permissions access problem. Is there some alternative way to fix this — by changing the owner of just

Re: apache doc folder permissions problem

2021-06-18 Thread Murray Eisenberg
> On 18 Jun2021, at 8:00 AM, Bill Cole wrote: > > > I?m at a loss what to do in response to the reply, below, from Bill Cole. > > I note that to the best of my knowledge, nothing changed as to the attributes > or permissions of any of the user doc folders listed in my httpd-vhosts.conf >

Re: apache doc folder permissions problem

2021-06-17 Thread Bill Cole
On 2021-06-17 at 15:32:38 UTC-0400 (Thu, 17 Jun 2021 15:32:38 -0400) Murray Eisenberg is rumored to have said: I’m at a loss what to do in response to the reply, below, from Bill Cole. I note that to the best of my knowledge, nothing changed as to the attributes or permissions of any of the

Re: apache doc folder permissions problem

2021-06-17 Thread Murray Eisenberg
I’m at a loss what to do in response to the reply, below, from Bill Cole. I note that to the best of my knowledge, nothing changed as to the attributes or permissions of any of the user doc folders listed in my httpd-vhosts.conf file except as may have been done without my knowledge in an

Re: apache doc folder permissions problem

2021-06-13 Thread Bill Cole
On 2021-06-13 at 11:47:53 UTC-0400 (Sun, 13 Jun 2021 11:47:53 -0400) Murray Eisenberg is rumored to have said: ls -ld Sites drwxr-xr-x@ 18 me staff 576 Feb 27 10:37 Sites 4 thoughts: 1. The '@' indicating the existence of extended attributes could be overriding the '+' that is shown on

Re: apache doc folder permissions problem

2021-06-13 Thread Murray Eisenberg
ls -ld Sites drwxr-xr-x@ 18 me staff 576 Feb 27 10:37 Sites > On 12 Jun2021, at 8:37 PM, Jeff Greenberg > wrote: > > How about the permissions on the Sites folder? > > On Jun 12, 2021, at 20:24, Murray Eisenberg wrote: > > For the Macports apache2 installation, I’m using a non-default

Re: apache doc folder permissions problem

2021-06-12 Thread Jeff Greenberg
How about the permissions on the Sites folder? On Jun 12, 2021, at 20:24, Murray Eisenberg wrote: For the Macports apache2 installation, I’m using a non-default location for my web sites. The httpd.conf includes a httpd-vhosts.conf file, and the latter includes entries such as:

apache doc folder permissions problem

2021-06-12 Thread Murray Eisenberg
For the Macports apache2 installation, I’m using a non-default location for my web sites. The httpd.conf includes a httpd-vhosts.conf file, and the latter includes entries such as: DocumentRoot "/Users/me/Sites/MyHomePage" ServerName MyHomePage.local ServerAlias