From a3eabbb03a31fa4d4894070d9989246fbaf6c9a2 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Tue, 29 Jun 1999 12:06:36 +0000 Subject: [PATCH] Fix description of "Example" directive. It just activates a demo flag and doesn't really enable the example contents handler. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83401 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_example.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_example.html b/docs/manual/mod/mod_example.html index f582dd45d2..3cee4b97a8 100644 --- a/docs/manual/mod/mod_example.html +++ b/docs/manual/mod/mod_example.html @@ -155,12 +155,13 @@ available in Apache 1.2 and later.

- The Example directive activates the example module's - content handler - for a particular location or file type. It takes no arguments. If - you browse to an URL to which the example content-handler applies, you - will get a display of the routines within the module and how and in - what order they were called to service the document request. + The Example directive just sets a demonstration flag which the + example module's content handler displays. It takes no arguments. If you + browse to an URL to which the example content-handler applies, you will get + a display of the routines within the module and how and in what order they + were called to service the document request. The effect of this directive + one can observe under the point "Example directive declared + here: YES/NO".

-- 2.40.0