ap_allow_overrides — return overrides set with the AllowOverride option
int ap_allow_overrides (request_rec *r)
Returns the overrides permitted for the request r
.
These are the bitwise OR
of the following:
OR_NONE
No overrides are permitted.
OR_LIMIT
The Limit
override.
OR_OPTIONS
The Options
override.
OR_FILEINFO
The FileInfo
override.
OR_AUTHCFG
The AuthConfig
override.
OR_INDEXES
The Indexes
override.