Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: [gentoo-user] Apache 2.4 .htaccess allows access
Date: Sun, 01 Nov 2020 05:11:04
Message-Id: 630502ac-1502-b633-85ce-808355e11979@sys-concept.com
1 My server box ip is 10.0.0.109
2 In my .htaccess file I've tried
3
4 <IfModule authz_core_module>
5 <RequireAll>
6 Require all denied
7 /RequireAll>
8 </IfModule>
9
10 I can still access the server
11
12 I tried:
13 <RequireAll>
14 Require all denied
15 </RequireAll>
16
17 No difference, it allow me to access the server, and I know apache reads
18 the .htaccess file
19
20 --
21 Thelma