mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
[trunk][doc] One more <p> for better readability
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1553481 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
<div id="page-content">
|
||||
<div id="preamble"><h1>Apache Module mod_authz_dbd</h1>
|
||||
<div class="toplang">
|
||||
<p><span>Available Languages: </span><a href="../en/mod/mod_authz_dbd.html" title="English"> en </a></p>
|
||||
<p><span>Available Languages: </span><a href="../en/mod/mod_authz_dbd.html" title="English"> en </a> |
|
||||
<a href="../fr/mod/mod_authz_dbd.html" hreflang="fr" rel="alternate" title="Fran<61>ais"> fr </a></p>
|
||||
</div>
|
||||
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Group Authorization and Login using SQL</td></tr>
|
||||
<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
|
||||
@@ -90,8 +91,8 @@ For usage details, see the configuration example below.</p>
|
||||
<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>
|
||||
@@ -256,7 +257,8 @@ AuthzDBDRedirectQuery "SELECT userpage FROM userpages WHERE user = %s"
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottomlang">
|
||||
<p><span>Available Languages: </span><a href="../en/mod/mod_authz_dbd.html" title="English"> en </a></p>
|
||||
<p><span>Available Languages: </span><a href="../en/mod/mod_authz_dbd.html" title="English"> en </a> |
|
||||
<a href="../fr/mod/mod_authz_dbd.html" hreflang="fr" rel="alternate" title="Fran<61>ais"> fr </a></p>
|
||||
</div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />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 <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
|
||||
<script type="text/javascript"><!--//--><![CDATA[//><!--
|
||||
var comments_shortname = 'httpd';
|
||||
|
||||
@@ -72,8 +72,8 @@ For usage details, see the configuration example below.</p>
|
||||
<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, <module>mod_authz_dbd</module> exports an
|
||||
an HTTP cookie or other such token when a user logs in or out.</p>
|
||||
<p>To support such integration, <module>mod_authz_dbd</module> 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>
|
||||
|
||||
Reference in New Issue
Block a user