From: Graham Leggett Date: Sun, 1 Mar 2015 14:37:40 +0000 (+0000) Subject: Update. X-Git-Tag: 2.5.0-alpha~3422 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0888457844ee5d3d872db50d38cb494526fc3993;p=apache Update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1663124 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 368cc0ad48..7defa17d22 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -44,7 +44,7 @@
  • Other
  • Comparison with SSLRequire
  • Version History
  • -

    See also

    +

    See also

    top

    Grammar in Backus-Naur Form notation

    diff --git a/docs/manual/mod/mod_authn_core.html.en b/docs/manual/mod/mod_authn_core.html.en index f8611e19d0..64dddce6b2 100644 --- a/docs/manual/mod/mod_authn_core.html.en +++ b/docs/manual/mod/mod_authn_core.html.en @@ -150,6 +150,15 @@ authentication

    The string provided for the AuthName is what will appear in the password dialog provided by most browsers.

    +

    From 2.4.13, expression syntax can be + used inside the directive to produce the name dynamically.

    + +

    For example:

    + +
    AuthName "%{HTTP_HOST}"
    + + +

    See also