From: Graham Leggett Date: Mon, 30 Dec 2013 12:09:24 +0000 (+0000) Subject: Update transformation. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51ada8f93bd9e70dcd6a6688e25bb23dba8dcb4d;p=thirdparty%2Fapache%2Fhttpd.git Update transformation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554197 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 1393797cbd8..20ad0a7932a 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -46,7 +46,7 @@
  • Other
  • Comparison with SSLRequire
  • Version History
  • -

    See also

    +

    See also

    top

    Grammar in Backus-Naur Form notation

    diff --git a/docs/manual/mod/allmodules.xml.fr b/docs/manual/mod/allmodules.xml.fr index f712d2568f1..31395e34ec5 100644 --- a/docs/manual/mod/allmodules.xml.fr +++ b/docs/manual/mod/allmodules.xml.fr @@ -33,7 +33,7 @@ mod_cache_disk.xml.fr mod_cache_socache.xml.fr mod_cern_meta.xml.fr - mod_cgi.xml + mod_cgi.xml.fr mod_cgid.xml.fr mod_charset_lite.xml mod_data.xml diff --git a/docs/manual/mod/mod_authz_dbm.html.en b/docs/manual/mod/mod_authz_dbm.html.en index 917f1457d66..4025b9cb6da 100644 --- a/docs/manual/mod/mod_authz_dbm.html.en +++ b/docs/manual/mod/mod_authz_dbm.html.en @@ -46,6 +46,7 @@

    Topics

    See also

    top
    +

    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_dbm extends the + authorization types with dbm-group.

    + +

    Since v2.5.0, expressions are supported + within the DBM require directives.

    + +

    Require dbm-group

    + +

    This directive specifies group membership that is required for the + user to gain access.

    + +
    +      Require dbm-group admin
    +    
    + + + + +

    Require dbm-file-group

    + +

    When this directive is specified, the user must be a member of the group + assigned to the file being accessed.

    + +
    +      Require dbm-file-group
    +    
    + + + + +
    top
    +

    Example usage

    Note that using mod_authz_dbm requires you to require dbm-group diff --git a/docs/manual/mod/mod_authz_dbm.xml.ko b/docs/manual/mod/mod_authz_dbm.xml.ko index 5b1a7b60483..faaf95895d7 100644 --- a/docs/manual/mod/mod_authz_dbm.xml.ko +++ b/docs/manual/mod/mod_authz_dbm.xml.ko @@ -1,7 +1,7 @@ - + + +