Httpd Require
Jump to navigation
Jump to search
External
Internal
Overview
Tests whether an authenticated user is authorized by an authorization provider and according the specified restrictions. The general syntax is:
Require [not] <provider> [provider] ...
Providers
all
The all provider mimics the functionality that was previously provided by the 'Allow from all' and 'Deny from all' directives. This provider can take one of two arguments which are 'granted' or 'denied'.
The following examples will grant access to all requests.
Require all granted
The following examples will deny access to all requests.
Require all denied