Re: [gentoo-user] apache 2.4 - deny access to directory

2020-12-01 Thread Michael
On Tuesday, 1 December 2020 19:34:54 GMT the...@sys-concept.com wrote: > On 12/01/2020 07:18 AM, Michael wrote: > > On Monday, 30 November 2020 22:52:05 GMT the...@sys-concept.com wrote: > >> Access based on IP address works from .htaccess with Files directive: > >> > >> > >> > >>Require ip

Re: [gentoo-user] apache 2.4 - deny access to directory

2020-12-01 Thread thelma
On 12/01/2020 07:18 AM, Michael wrote: > On Monday, 30 November 2020 22:52:05 GMT the...@sys-concept.com wrote: > >> Access based on IP address works from .htaccess with Files directive: >> >> >>Require ip 10.0.0.109 >> >> >> But it doesn't read AuthType Basic, it doesn't ask me for any

Re: [gentoo-user] apache 2.4 - deny access to directory

2020-12-01 Thread Michael
On Monday, 30 November 2020 22:52:05 GMT the...@sys-concept.com wrote: > Access based on IP address works from .htaccess with Files directive: > > >Require ip 10.0.0.109 > > > But it doesn't read AuthType Basic, it doesn't ask me for any password. > > AuthName "restricted stuff" >

Re: [gentoo-user] apache 2.4 - deny access to directory

2020-11-30 Thread thelma
On 11/30/2020 02:20 PM, Michael wrote: > On Monday, 30 November 2020 20:07:10 GMT the...@sys-concept.com wrote: > >> Thank for looking into it and input. >> I must be missing someting because if I use in .htaccess file direcive: >> or >> >> >> In both cases I get an error from Apache: >> >>

Re: [gentoo-user] apache 2.4 - deny access to directory

2020-11-30 Thread Michael
On Monday, 30 November 2020 20:07:10 GMT the...@sys-concept.com wrote: > Thank for looking into it and input. > I must be missing someting because if I use in .htaccess file direcive: > or > > > In both cases I get an error from Apache: > > [client 10.0.0.109]

Re: [gentoo-user] apache 2.4 - deny access to directory

2020-11-30 Thread thelma
On 11/30/2020 12:43 PM, Michael wrote: > I don't have time to look into this in much detail, or test it, but see > comments below. > > On Monday, 30 November 2020 18:09:52 GMT the...@sys-concept.com wrote: >> On 11/30/2020 05:34 AM, Michael wrote: >>> On Sunday, 29 November 2020 18:22:09 GMT

Re: [gentoo-user] apache 2.4 - deny access to directory

2020-11-30 Thread Michael
I don't have time to look into this in much detail, or test it, but see comments below. On Monday, 30 November 2020 18:09:52 GMT the...@sys-concept.com wrote: > On 11/30/2020 05:34 AM, Michael wrote: > > On Sunday, 29 November 2020 18:22:09 GMT the...@sys-concept.com wrote: > >> Thelma > >> >

Re: [gentoo-user] apache 2.4 - deny access to directory

2020-11-30 Thread thelma
On 11/30/2020 05:34 AM, Michael wrote: [snip] > > I've tested different RequireAll directives in a .htaccess file and with > otherwise default apache settings I can confirm: > > This is correct: > = > > Require ip 10.0.0.100 > > = > will

[gentoo-user] apache 2.4 - deny access to directory

2020-11-30 Thread thelma
On 11/30/2020 05:34 AM, Michael wrote: > On Sunday, 29 November 2020 18:22:09 GMT the...@sys-concept.com wrote: >> Thelma >> >> On 11/29/2020 03:22 AM, Michael wrote: >>> On Sunday, 29 November 2020 07:30:16 GMT the...@sys-concept.com wrote: I'm trying to deny access to all except specific IP

Re: [gentoo-user] apache 2.4 - deny access to directory

2020-11-30 Thread Michael
On Sunday, 29 November 2020 18:22:09 GMT the...@sys-concept.com wrote: > Thelma > > On 11/29/2020 03:22 AM, Michael wrote: > > On Sunday, 29 November 2020 07:30:16 GMT the...@sys-concept.com wrote: > >> I'm trying to deny access to all except specific IP address in a > >> directory, just testing

Re: [gentoo-user] apache 2.4 - deny access to directory

2020-11-29 Thread thelma
Thelma On 11/29/2020 03:22 AM, Michael wrote: > On Sunday, 29 November 2020 07:30:16 GMT the...@sys-concept.com wrote: >> I'm trying to deny access to all except specific IP address in a >> directory, just testing it. >> >> In modules.d/00_default_settings.conf >> >> >> Options

Re: [gentoo-user] apache 2.4 - deny access to directory

2020-11-29 Thread Michael
On Sunday, 29 November 2020 07:30:16 GMT the...@sys-concept.com wrote: > I'm trying to deny access to all except specific IP address in a > directory, just testing it. > > In modules.d/00_default_settings.conf > > > Options MultiViews > AllowOverride All > Require all granted

[gentoo-user] apache 2.4 - deny access to directory

2020-11-28 Thread thelma
I'm trying to deny access to all except specific IP address in a directory, just testing it. In modules.d/00_default_settings.conf Options MultiViews AllowOverride All Require all granted in admin/.htaccess Require all denied Require ip 10.0.0.100 My IP is