<Location /status><br />
<span class="indent">
SetHandler server-status<br />
- Order Deny,Allow<br />
- Deny from all<br />
- Allow from .example.com<br />
+ Require host example.com<br />
</span>
</Location>
</code></p></div>
<Location /status><br />
<indent>
SetHandler server-status<br />
- Order Deny,Allow<br />
- Deny from all<br />
- Allow from .example.com<br />
+ Require host example.com<br />
</indent>
</Location>
</example>
Alias /image /ftp/pub/image<br />
<Directory /ftp/pub/image><br />
<span class="indent">
- Order allow,deny<br />
- Allow from all<br />
+ Require all granted<br />
</span>
</Directory>
</code></p></div>
Alias /image /ftp/pub/image<br />
<Directory /ftp/pub/image><br />
<indent>
- Order allow,deny<br />
- Allow from all<br />
+ Require all granted<br />
</indent>
</Directory>
</example>
<br />
<Directory /usr/local/apache2/htdocs/foo><br />
<span class="indent">
- Order Allow,Deny<br />
- Allow from all<br />
+ Require all granted<br />
Dav On<br />
<br />
AuthType Basic<br />
<br />
<Directory /usr/local/apache2/htdocs/foo><br />
<indent>
- Order Allow,Deny<br />
- Allow from all<br />
+ Require all granted<br />
Dav On<br />
<br />
AuthType Basic<br />
<Location /server-info><br />
<span class="indent">
SetHandler server-info<br />
- Order deny,allow<br />
- Deny from all<br />
- Allow from yourcompany.com<br />
+ Require host yourcompany.com<br />
</span>
</Location>
</code></p></div>
<Location /server-info><br />
<indent>
SetHandler server-info<br />
- Order deny,allow<br />
- Deny from all<br />
- Allow from yourcompany.com<br />
+ Require host yourcompany.com<br />
</indent>
</Location>
</example>
<br />
<Proxy *><br />
<span class="indent">
- Order deny,allow<br />
- Deny from all<br />
- Allow from internal.example.com<br />
+ Require host internal.example.com<br />
</span>
</Proxy>
</code></p></div>
<div class="example"><p><code>
<Proxy *><br />
<span class="indent">
- Order Deny,Allow<br />
- Deny from all<br />
- Allow from 192.168.0<br />
+ Require ip 192.168.0<br />
</span>
</Proxy>
</code></p></div>
<div class="example"><p><code>
<Proxy *><br />
<span class="indent">
- Order Deny,Allow<br />
- Deny from all<br />
- Allow from yournetwork.example.com<br />
+ Require host yournetwork.example.com<br />
</span>
</Proxy>
</code></p></div>
<br />
<Proxy *><br />
<indent>
- Order deny,allow<br />
- Deny from all<br />
- Allow from internal.example.com<br />
+ Require host internal.example.com<br />
</indent>
</Proxy>
</example>
<example>
<Proxy *><br />
<indent>
- Order Deny,Allow<br />
- Deny from all<br />
- Allow from 192.168.0<br />
+ Require ip 192.168.0<br />
</indent>
</Proxy>
</example>
<example>
<Proxy *><br />
<indent>
- Order Deny,Allow<br />
- Deny from all<br />
- Allow from yournetwork.example.com<br />
+ Require host yournetwork.example.com<br />
</indent>
</Proxy>
</example>
<Location /balancer-manager><br />
SetHandler balancer-manager<br />
<br />
- Order Deny,Allow<br />
- Deny from all<br />
- Allow from .example.com<br />
+ Require host example.com<br />
</Location>
</code></p></div>
<Location /balancer-manager><br />
SetHandler balancer-manager<br />
<br />
- Order Deny,Allow<br />
- Deny from all<br />
- Allow from .example.com<br />
+ Require host example.com<br />
</Location>
</example>
<Location /server-status><br />
SetHandler server-status<br />
<br />
- Order Deny,Allow<br />
- Deny from all<br />
- Allow from .example.com<br />
+ Require host example.com<br />
</Location>
</code></p></div>
<Location /server-status><br />
SetHandler server-status<br />
<br />
- Order Deny,Allow<br />
- Deny from all<br />
- Allow from .example.com<br />
+ Require host example.com<br />
</Location>
</example>