Re: [users@httpd] Access control, VirtualHost & Apache 2.4

2020-01-08 Thread Adrian Gschwend
On 07.01.20 04:23, @lbutlr wrote: Hi, > FSVO of “work” that include potentialy allowing access to every single file > in every singe directory on your system, sure. ah I did not get that, I assumed this would be the root of the DocumentRoot. Thanks for clarifying that. > > AllowOverride

Re: [users@httpd] Access control, VirtualHost & Apache 2.4

2020-01-06 Thread @lbutlr
On 06 Jan 2020, at 11:21, Adrian Gschwend wrote: > If I add > > -- > >Require all granted > > -- > > This seems to work. FSVO of “work” that include potentialy allowing access to every single file in every singe directory on your system, sure. You should never ever change

[users@httpd] Access control, VirtualHost & Apache 2.4

2020-01-06 Thread Adrian Gschwend
Dear group, I finally started to migrate an Apache 2.2 config to 2.4. I've read the migration document at https://httpd.apache.org/docs/trunk/upgrading.html#run-time but I have a hard time understanding the new access control model. My config is mainly VirtualHost sections, in some of them I do