From: Graham Leggett Date: Mon, 30 Dec 2013 07:49:33 +0000 (+0000) Subject: Update transformation. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0579b7d74a2fca848da819416e134d3ef8e155f;p=thirdparty%2Fapache%2Fhttpd.git Update transformation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554162 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 6a39a3f5a45..1e663238f4d 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 3ac2bf62285..f712d2568f1 100644 --- a/docs/manual/mod/allmodules.xml.fr +++ b/docs/manual/mod/allmodules.xml.fr @@ -31,10 +31,10 @@ mod_buffer.xml.fr mod_cache.xml.fr mod_cache_disk.xml.fr - mod_cache_socache.xml - mod_cern_meta.xml + mod_cache_socache.xml.fr + mod_cern_meta.xml.fr mod_cgi.xml - mod_cgid.xml + mod_cgid.xml.fr mod_charset_lite.xml mod_data.xml mod_dav.xml diff --git a/docs/manual/mod/mod_authnz_ldap.html.en b/docs/manual/mod/mod_authnz_ldap.html.en index ddb1df98884..039d181ed2d 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.en +++ b/docs/manual/mod/mod_authnz_ldap.html.en @@ -349,6 +349,9 @@ for HTTP Basic authentication. ldap-filter. Other authorization types may also be used but may require that additional authorization modules be loaded.

    +

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

    +

    Require ldap-user

    The Require ldap-user directive specifies what @@ -574,6 +577,17 @@ Require ldap-group cn=Administrators, o=Example +

  • + Grant access to anybody in the group whose name matches the + hostname of the virtual host. In this example an + expression is used to build the filter. +
    +AuthLDAPURL ldap://ldap.example.com/o=Example?uid
    +Require ldap-group cn=%{SERVER_NAME}, o=Example
    +
    + +
  • +
  • The next example assumes that everyone at Example who carries an alphanumeric pager will have an LDAP attribute diff --git a/docs/manual/mod/mod_cache_socache.html.en b/docs/manual/mod/mod_cache_socache.html.en index a3720b31a61..4c8500f7267 100644 --- a/docs/manual/mod/mod_cache_socache.html.en +++ b/docs/manual/mod/mod_cache_socache.html.en @@ -24,7 +24,8 @@

    Apache Module mod_cache_socache

    -

    Available Languages:  en 

    +

    Available Languages:  en  | + fr 

    @@ -249,7 +250,8 @@ cache
    -

    Available Languages:  en 

    +

    Available Languages:  en  | + fr 

    top

    Comments

    Notice:
    This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists.
    Description:Shared object cache (socache) based storage module for the HTTP caching filter.