summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_unique_id.html
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2002-03-19 01:40:13 +0000
committerJoshua Slive <slive@apache.org>2002-03-19 01:40:13 +0000
commite4c1aafd0e4b9df54e24e1b325f99f4df009f879 (patch)
treeccbda31953d543705855c047cb25a54df39e9941 /docs/manual/mod/mod_unique_id.html
parent8be36761e5b0e8eb5a0adfb98119fe248fd325fd (diff)
downloadhttpd-e4c1aafd0e4b9df54e24e1b325f99f4df009f879.tar.gz
Update the transformations again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94012 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_unique_id.html')
-rw-r--r--docs/manual/mod/mod_unique_id.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_unique_id.html b/docs/manual/mod/mod_unique_id.html
index a040c54d6a..63146a218b 100644
--- a/docs/manual/mod/mod_unique_id.html
+++ b/docs/manual/mod/mod_unique_id.html
@@ -2,8 +2,8 @@
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
This file is generated from xml source: DO NOT EDIT
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
---><title>mod_unique_id - Apache HTTP Server</title><link href="../style/manual.css" type="text/css" rel="stylesheet"/></head><body><blockquote><div align="center"><img alt="[APACHE DOCUMENTATION]" src="../images/sub.gif"/><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Apache Module mod_unique_id</h1><table cellspacing="1" cellpadding="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td valign="top"><span class="help">Description:</span></td><td><description>Provides an environment variable with a unique
-identifier for each request</description></td></tr><tr><td><a href="module-dict.html#Status" class="help">Status:</a></td><td>Extension</td></tr><tr><td><a href="module-dict.html#ModuleIdentifier" class="help">Module&nbsp;Identifier:</a></td><td>unique_id_module</td></tr></table></td></tr></table><h2>Summary</h2><summary>
+--><title>mod_unique_id - Apache HTTP Server</title><link href="../style/manual.css" type="text/css" rel="stylesheet"/></head><body><blockquote><div align="center"><img alt="[APACHE DOCUMENTATION]" src="../images/sub.gif"/><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Apache Module mod_unique_id</h1><table cellspacing="1" cellpadding="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td valign="top"><span class="help">Description:</span></td><td>Provides an environment variable with a unique
+identifier for each request</td></tr><tr><td><a href="module-dict.html#Status" class="help">Status:</a></td><td>Extension</td></tr><tr><td><a href="module-dict.html#ModuleIdentifier" class="help">Module&nbsp;Identifier:</a></td><td>unique_id_module</td></tr></table></td></tr></table><h2>Summary</h2>
<p>This module provides a magic token for each request which is
guaranteed to be unique across "all" requests under very
@@ -13,7 +13,7 @@ identifier for each request</description></td></tr><tr><td><a href="module-dict.
set to the identifier for each request. Unique identifiers are
useful for various reasons which are beyond the scope of this
document.</p>
-</summary><h2>Directives</h2><p>This module provides no directives.</p><h2>Theory</h2>
+<h2>Directives</h2><p>This module provides no directives.</p><h2>Theory</h2>
<p>First a brief recap of how the Apache server works on Unix