diff options
Diffstat (limited to 'docs/manual/mod/mod_authz_dbd.html.en')
| -rw-r--r-- | docs/manual/mod/mod_authz_dbd.html.en | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/manual/mod/mod_authz_dbd.html.en b/docs/manual/mod/mod_authz_dbd.html.en index 431ad7e2..0878116e 100644 --- a/docs/manual/mod/mod_authz_dbd.html.en +++ b/docs/manual/mod/mod_authz_dbd.html.en @@ -5,7 +5,7 @@ This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --> -<title>mod_authz_dbd - Apache HTTP Server</title> +<title>mod_authz_dbd - Apache HTTP Server Version 2.4</title> <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> @@ -58,7 +58,7 @@ <ul id="topics"> <li><img alt="" src="../images/down.gif" /> <a href="#requiredirectives">The Require Directives</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#login">Database Login</a></li> -<li><img alt="" src="../images/down.gif" /> <a href="#client">Client Login</a></li> +<li><img alt="" src="../images/down.gif" /> <a href="#client">Client Login integration</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#example">Configuration example</a></li> </ul><h3>See also</h3> <ul class="seealso"> @@ -79,7 +79,7 @@ authorization types with <code>dbd-group</code>, <code>dbd-login</code> and <code>dbd-logout</code>.</p> - <p>Since v2.5.0, <a href="../expr.html">expressions</a> are supported + <p>Since v2.4.8, <a href="../expr.html">expressions</a> are supported within the DBD require directives.</p> <h3><a name="reqgroup" id="reqgroup">Require dbd-group</a></h3> @@ -132,13 +132,13 @@ supplying the necessary credentials).</p> For usage details, see the configuration example below.</p> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="client" id="client">Client Login</a></h2> +<h2><a name="client" id="client">Client Login integration</a></h2> <p>Some administrators may wish to implement client-side session management that works in concert with the server-side login/logout capabilities offered by this module, for example, by setting or unsetting -an HTTP cookie or other such token when a user logs in or out. -To support such integration, <code class="module"><a href="../mod/mod_authz_dbd.html">mod_authz_dbd</a></code> exports an +an HTTP cookie or other such token when a user logs in or out.</p> +<p>To support such integration, <code class="module"><a href="../mod/mod_authz_dbd.html">mod_authz_dbd</a></code> exports an optional hook that will be run whenever a user's status is updated in the database. Other session management modules can then use the hook to implement functions that start and end client-side sessions.</p> |
