summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/htdocs/manual/man-template.html
blob: 8776b0758e72d94cf4fba9de88d8625bd4f6b6db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
 <HEAD>
  <TITLE>Apache module mod_foobar</TITLE>
 </HEAD>
<!-- read and delete all blockquotes, and this comment -->
<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
 <BODY
  BGCOLOR="#FFFFFF"
  TEXT="#000000"
  LINK="#0000FF"
  VLINK="#000080"
  ALINK="#FF0000"
 >
<DIV ALIGN="CENTER">
 <IMG SRC="images/sub.gif" ALT="[APACHE DOCUMENTATION]">
 <H3>
  Apache HTTP Server
 </H3>
</DIV>

  <H1 ALIGN="CENTER">Module mod_foobar</H1>

<BLOCKQUOTE><EM>Add this file as a link in mod/index.html</EM></BLOCKQUOTE>

  <P>
  This module is contained in the <CODE>mod_foobar.c</CODE> file, and
  <STRONG>is/is not</STRONG> compiled in by default. It provides for
  <STRONG>the foobar feature</STRONG>. Any document with the mime type
  <SAMP>foo/bar</SAMP> will be processed by this module.
  </P>

<BLOCKQUOTE><EM>Add the magic mime type to the list in
magic_types.html</EM></BLOCKQUOTE>

  <H2>Summary</H2>
  <P>
  <EM>General module documentation here.</EM>
  </P>

  <H2>Directives</H2>
  <UL>
   <LI><A HREF="#adirective">ADirective</A>
   </LI>
  </UL>

<BLOCKQUOTE><EM>Add these directives to the list in
directives.html</EM></BLOCKQUOTE>

  <HR> <!-- the HR is part of the directive description -->
  <H2><A NAME="adirective">ADirective directive</A></H2>
  <P>
  <A
   HREF="directive-dict.html#Syntax"
   REL="Help"
  ><STRONG>Syntax:</STRONG></A> ADirective <EM>some args</EM>
  <BR>
  <A
   HREF="directive-dict.html#Default"
   REL="Help"
  ><STRONG>Default:</STRONG></A> <SAMP>ADirective default value</SAMP>
  <BR>
  <A
   HREF="directive-dict.html#Context"
   REL="Help"
  ><STRONG>Context:</STRONG></A> context-list
  <BR>

<BLOCKQUOTE><EM>context-list is where this directive can appear;
allowed: server config, virtual host, directory, .htaccess</EM></BLOCKQUOTE>

  <A
   HREF="directive-dict.html#Override"
   REL="Help"
  ><STRONG>Override:</STRONG></A> override
  <BR>

<BLOCKQUOTE><EM>required if the directive is allowed in .htaccess files;
the AllowOverride option that allows the directive.</EM></BLOCKQUOTE>

  <A
   HREF="directive-dict.html#Status"
   REL="Help"
  ><STRONG>Status:</STRONG></A> status
  <BR>

<BLOCKQUOTE><EM>Core if in core apache, Base if in one of the standard
modules, Extension if in an extension module (not compiled in by default)
or Experimental</EM></BLOCKQUOTE>

  <A
   HREF="directive-dict.html#Module"
   REL="Help"
  ><STRONG>Module:</STRONG></A> mod_foobar
  <BR>
  <A
   HREF="directive-dict.html#Compatibility"
   REL="Help"
  ><STRONG>Compatibility:</STRONG></A> compatibility notes

<BLOCKQUOTE>
 <EM>Describe any compatibility issues, such as "Only available in Apache
  1.2 or later," or "The Apache syntax for this directive is not
  compatible with the NCSA directive of the same name."</EM>
</BLOCKQUOTE>

  <P>
  The ADirective directive does something.
  </P>

<HR>
 <H3 ALIGN="CENTER">
  Apache HTTP Server
 </H3>

<A HREF="./"><IMG SRC="images/index.gif" ALT="Index"></A>

 </BODY>
</HTML>