From: Graham Leggett Date: Sun, 1 Mar 2015 14:37:40 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1dc97f8ccf28ceaf12ba3466807d392e2aa2f581;p=thirdparty%2Fapache%2Fhttpd.git 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 368cc0ad485..7defa17d227 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 f8611e19d0d..64dddce6b20 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