From: Vincent Deffontaines Date: Thu, 26 Dec 2013 13:36:52 +0000 (+0000) Subject: [trunk][doc] One more

for better readability X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9def37a3b5ac657c401ff63c8f3bdd5e04d8a230;p=thirdparty%2Fapache%2Fhttpd.git [trunk][doc] One more

for better readability git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1553481 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authz_dbd.html.en b/docs/manual/mod/mod_authz_dbd.html.en index 717efd6c578..22d5443e2cc 100644 --- a/docs/manual/mod/mod_authz_dbd.html.en +++ b/docs/manual/mod/mod_authz_dbd.html.en @@ -24,7 +24,8 @@

Apache Module mod_authz_dbd

-

Available Languages:  en 

+

Available Languages:  en  | + fr 

@@ -90,8 +91,8 @@ For usage details, see the configuration example below.

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, mod_authz_dbd exports an +an HTTP cookie or other such token when a user logs in or out.

+

To support such integration, mod_authz_dbd 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.

@@ -256,7 +257,8 @@ AuthzDBDRedirectQuery "SELECT userpage FROM userpages WHERE user = %s"
-

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:Group Authorization and Login using SQL
Status:Extension