Apache HTTP Server: Difference between revisions
| Line 141: | Line 141: | ||
Common restrictions: | Common restrictions: | ||
* <code>Require all granted</code> and <code>Require all denied</code> | |||
* <code>Require local</code> localhost only | * <code>Require local</code> localhost only | ||
;Note | ;Note | ||
* <code>Allow</code>, <code>Deny</code>, and <code>Order</code> are deprecated. They still work but you shouldn't add them to new code. | * <code>Allow</code>, <code>Deny</code>, and <code>Order</code> are deprecated. They still work but you shouldn't add them to new code. | ||