summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_example.html
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1997-10-15 14:45:25 +0000
committerKen Coar <coar@apache.org>1997-10-15 14:45:25 +0000
commit5b102c7c806a940c96478bf2866f5e9b187b125b (patch)
tree3a2232b885418295568fcc5980834369ac7b2806 /docs/manual/mod/mod_example.html
parent52fce9508b98d45d2fba162f54f0336a9f72ece6 (diff)
downloadhttpd-5b102c7c806a940c96478bf2866f5e9b187b125b.tar.gz
Clean up some typos in the proxy documentation, and add a
dictionary for the directive attributes (status, override, et cetera) - part of the directive-documentation-normalisation effort, and something I've wanted for a long time. Updated the mod_example page to use the links to the dictionary (as an example ;-). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79376 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_example.html')
-rw-r--r--docs/manual/mod/mod_example.html40
1 files changed, 33 insertions, 7 deletions
diff --git a/docs/manual/mod/mod_example.html b/docs/manual/mod/mod_example.html
index 27ef38796e..3501fcb8a6 100644
--- a/docs/manual/mod/mod_example.html
+++ b/docs/manual/mod/mod_example.html
@@ -117,20 +117,46 @@
Example
</A></H2>
<P>
- <STRONG>Syntax:</STRONG> Example
+ <A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+ ><STRONG>Syntax:</STRONG></A> Example
+ <BR>
+ <A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+ ><STRONG>Default:</STRONG></A> None
<BR>
- <STRONG>Default:</STRONG> None
+ <A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+ ><STRONG>Context:</STRONG></A> server config, virtual host, directory,
+ .htaccess
<BR>
- <STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess
+ <A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+ ><STRONG>Override:</STRONG></A> Options
<BR>
- <STRONG>Override:</STRONG> Options
+ <A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+ ><STRONG>Status:</STRONG></A> Extension
<BR>
- <STRONG>Status:</STRONG> Extension
+ <A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+ ><STRONG>Module:</STRONG></A> mod_example
<BR>
- <STRONG>Module:</STRONG> mod_example
+ <A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+ ><STRONG>Compatibility:</STRONG></A> <SAMP>Example</SAMP> is only
+ available in Apache 1.2 and later.
</P>
<P>
- The Example directive activates the example module's content handler
+ 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