macOS security update has changed some permissions for apache2 server...?

2021-02-02 Thread Carlo Tambuatco
This might seem like a small issue, but it bothers me because I just can’t find what changed... It seems the latest security update to macOS has rendered me unable to view the apache manual pages installed on my local webserver. It worked fine before the update, but now when I open up a browser

Re: macOS security update has changed some permissions for apache2 server...?

2021-02-02 Thread Henning Hraban Ramm
> Am 02.02.2021 um 13:20 schrieb Carlo Tambuatco : > > This might seem like a small issue, but it bothers me because I just can’t > find > what changed... > > It seems the latest security update to macOS has rendered me unable to view > the > apache manual pages installed on my local webserver

Re: after `sync -d`, installed versions are too new

2021-02-02 Thread Clemens Lang
Hello Werner, - On Feb 2, 2021, at 7:59 AM, Werner LEMBERG w...@gnu.org wrote: > sudo port -pb install outdated -p is discouraged and harmful. When updating libraries that change their SONAMEs, we increase the revision of dependents to force a rebuild against the new library version. When y

Re: macOS security update has changed some permissions for apache2 server...?

2021-02-02 Thread Carlo Tambuatco
> On Feb 2, 2021, at 9:32 AM, Henning Hraban Ramm wrote: > > >> Am 02.02.2021 um 13:20 schrieb Carlo Tambuatco : >> >> This might seem like a small issue, but it bothers me because I just can’t >> find >> what changed... >> >> It seems the latest security update to macOS has rendered me un

Re: macOS security update has changed some permissions for apache2 server...?

2021-02-02 Thread Marius Schamschula
Let’s step back one step. You are running which version of macOS? > On Feb 2, 2021, at 9:25 AM, Carlo Tambuatco wrote: > > > >> On Feb 2, 2021, at 9:32 AM, Henning Hraban Ramm wrote: >> >> >>> Am 02.02.2021 um 13:20 schrieb Carlo Tambuatco : >>> >>> This might seem like a small issue, but

Re: macOS security update has changed some permissions for apache2 server...?

2021-02-02 Thread Carlo Tambuatco
> On Feb 2, 2021, at 10:37 AM, Marius Schamschula wrote: > > Let’s step back one step. > > You are running which version of macOS? 10.15.7 updated last night. >> On Feb 2, 2021, at 9:25 AM, Carlo Tambuatco wrote: >> >> >> >>> On Feb 2, 2021, at 9:32 AM, Henning Hraban Ramm wrote: >>>

Re: macOS security update has changed some permissions for apache2 server...?

2021-02-02 Thread Marius Schamschula
Did you check if all required modules are active? I just installed apache2 on a Catalina system. I couldn’t view the manual until I edited http.conf and enabled mod_negotiation > On Feb 2, 2021, at 9:50 AM, Carlo Tambuatco wrote: > > > >> On Feb 2, 2021, at 10:37 AM, Marius Schamschula >>

Re: macOS security update has changed some permissions for apache2 server...?

2021-02-02 Thread Carlo Tambuatco
> On Feb 2, 2021, at 11:10 AM, Marius Schamschula wrote: > > Did you check if all required modules are active? > > I just installed apache2 on a Catalina system. I couldn’t view the manual > until I edited http.conf and enabled mod_negotiation > in httpd.conf LoadModule negotiation_module

Re: macOS security update has changed some permissions for apache2 server...?

2021-02-02 Thread Marius Schamschula
OK. It isn’t by default. Are you using extra/httpd-manual.conf, i.e. have it included from http.conf, or are you using the default settings? The only other thing I can think of is that somewhere in the /opt/local/www/apache2/manual path there are some incorrect permissions. > On Feb 2, 2021, a

Re: macOS security update has changed some permissions for apache2 server...?

2021-02-02 Thread Carlo Tambuatco
> On Feb 2, 2021, at 11:22 AM, Marius Schamschula wrote: > > OK. It isn’t by default. > > Are you using extra/httpd-manual.conf, i.e. have it included from http.conf, > or are you using the default settings? > > The only other thing I can think of is that somewhere in the > /opt/local/www/

Re: macOS security update has changed some permissions for apache2 server...?

2021-02-02 Thread Marius Schamschula
The httpd-manual.conf you copied to your email differs from httpd-manual.conf.orig. You might want to check that. > On Feb 2, 2021, at 10:35 AM, Carlo Tambuatco wrote: > > > >> On Feb 2, 2021, at 11:22 AM, Marius Schamschula >> wrote: >> >> OK. It isn’t by default. >> >> Are you using ex

Re: macOS security update has changed some permissions for apache2 server...?

2021-02-02 Thread Carlo Tambuatco
I’m an idiot. The Directory directive I had was pointing to the wrong directory on my file system. macOS clobbered the original and replaced it with some default value, and I didn’t even notice. It’s fixed now. Thanks for the help. > On Feb 2, 2021, at 11:41 AM, Marius Schamschula wrote: >