diff options
author | Graham Leggett <minfrin@apache.org> | 2008-04-05 21:01:22 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2008-04-05 21:01:22 +0200 |
commit | eca71d40e907d4aefea4c0428c072ceb75978719 (patch) | |
tree | c7a2a7f3282b299e00de79b773952b1f74c5ffe4 /docs/manual/mod/index.html.en | |
parent | mod_session_dbd: Add a session implementation capable of storing (diff) | |
download | apache2-eca71d40e907d4aefea4c0428c072ceb75978719.tar.xz apache2-eca71d40e907d4aefea4c0428c072ceb75978719.zip |
Update manual transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645162 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/index.html.en')
-rw-r--r-- | docs/manual/mod/index.html.en | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manual/mod/index.html.en b/docs/manual/mod/index.html.en index def8c3e6f0..d2342c572a 100644 --- a/docs/manual/mod/index.html.en +++ b/docs/manual/mod/index.html.en @@ -169,6 +169,7 @@ URLs on the fly</dd> <dt><a href="mod_session.html" id="S" name="S">mod_session</a></dt><dd>Session support</dd> <dt><a href="mod_session_cookie.html">mod_session_cookie</a></dt><dd>Cookie based session support</dd> <dt><a href="mod_session_crypto.html">mod_session_crypto</a></dt><dd>Session encryption support</dd> +<dt><a href="mod_session_dbd.html">mod_session_dbd</a></dt><dd>DBD/SQL based session support</dd> <dt><a href="mod_setenvif.html">mod_setenvif</a></dt><dd>Allows the setting of environment variables based on characteristics of the request</dd> <dt><a href="mod_so.html">mod_so</a></dt><dd>Loading of executable code and |