anycargo.ru
mod_authz_user - Apache HTTP Server Version 2.4
Modules | Directives | FAQ | Glossary | Sitemap
Apache HTTP Server Version 2.4
Apache > HTTP Server > Documentation > Version 2.4 > Modules
Apache Module mod_authz_user
Available Languages: en |
fr |
ja |
ko
Description:User Authorization
Status:Base
Module Identifier:authz_user_module
Source File:mod_authz_user.c
Compatibility:Available in Apache 2.1 and later
Summary
This module provides authorization capabilities so that
authenticated users can be allowed or denied access to portions
of the web site. mod_authz_user grants
access if the authenticated user is listed in a Require user
directive. Alternatively Require valid-user can be used to
grant access to all successfully authenticated users.
Topics
The Require Directives
Directives
This module provides no
directives.
Bugfix checklisthttpd changelogKnown issuesReport a bugSee also
Require
Comments
The Require Directives
Apache's Require
directives are used during the authorization phase to ensure that
a user is allowed to access a resource. mod_authz_user extends the
authorization types with user and valid-user.
Since v2.4.8, expressions are supported
within the user require directives.
Require user
This directive specifies a list of users that are allowed to gain
access.
Require user john paul george ringo
Require valid-user
When this directive is specified, any successfully authenticated
user will be allowed to gain access.
Require valid-user
Available Languages: en |
fr |
ja |
ko
Copyright 2026 The Apache Software Foundation.Licensed under the Apache License, Version 2.0.
Modules | Directives | FAQ | Glossary | Sitemap
page_1 | page_2 | page_3 | page_4 | page_5 |