<-
Apache > HTTP Server > Documentation > Version 2.5 > 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.

Directives

This module provides no directives.

See also

Available Languages:  en  |  fr  |  ja  |  ko 

top

Comments

This section is experimental!
Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.