• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<IfVersion >= 2.4>
2   <Location />
3      Require all granted
4   </Location>
5</IfVersion>
6<IfVersion < 2.2.99>
7   <Location />
8      Order allow,deny
9      allow from all
10   </Location>
11</IfVersion>
12
13<IfVersion >= 2.4>
14   <Location /server-status>
15      Require ip 127.0.0.1 172.22.64.0/24 172.22.67.0/24
16   </Location>
17</IfVersion>
18<IfVersion < 2.2.99>
19   <Location /server-status>
20      SetHandler server-status
21      Order deny,allow
22      Deny from all
23      Allow from 127.0.0.1 172.22.64.0/24 172.22.67.0/24
24   </Location>
25</IfVersion>
26
27Include "/usr/local/autotest/apache/conf/all-directives"
28