From bba1f75836ed2c606e28b0a3ac1e09c2be9817e4 Mon Sep 17 00:00:00 2001 From: Astrid Malo Date: Sun, 28 Nov 2004 00:18:35 +0000 Subject: [PATCH] new glossary item "hash" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106774 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/glossary.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/manual/glossary.xml b/docs/manual/glossary.xml index 6888d95d8a..8ae2de67e1 100644 --- a/docs/manual/glossary.xml +++ b/docs/manual/glossary.xml @@ -209,7 +209,13 @@ cgi-script handler designates files to be processed as CGIs.
See: Apache's Handler Use - + + +
Hash
+
A mathematical one-way, irreversable algorithm generating a string with + fixed-length from another string of any length. Different input strings + will usually produce different hashes (depending on the hash function). +
Header
The part of the HTTP request and -- 2.50.1