rse 99/06/29 05:06:36
Modified: htdocs/manual/mod mod_example.html
Log:
Fix description of "Example" directive. It just activates a demo flag and
doesn't really enable the example contents handler.
Revision Changes Path
1.8 +7 -6 apache-1.3/htdocs/manual/mod/mod_example.html
Index: mod_example.html
===================================================================
RCS file: /home/cvs/apache-1.3/htdocs/manual/mod/mod_example.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mod_example.html 1998/01/26 16:54:11 1.7
+++ mod_example.html 1999/06/29 12:06:36 1.8
@@ -155,12 +155,13 @@
available in Apache 1.2 and later.
</P>
<P>
- The <SAMP>Example</SAMP> 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 <SAMP>Example</SAMP> 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 "<SAMP>Example directive declared
+ here: YES/NO</SAMP>".
</P>
<!--#include virtual="footer.html" -->
</BODY>