blob: 7d41ada57e51baf9323060a220e65259cfac5c00 [file] [log] [blame]
Scott Zawalskia5745e92013-05-09 10:42:27 -04001<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>
mbligh12016652008-10-03 17:50:54 +000012
Scott Zawalskia5745e92013-05-09 10:42:27 -040013Include "/usr/local/autotest/apache/conf/all-directives"