<div class="section">
<h2><a name="examples" id="examples">Configuration Examples</a></h2>
- <h3><a name="examples:file-owner" id="examples:file-owner">Require file-owner</a></h3>
+ <h3><a name="examples.file-owner" id="examples.file-owner">Require file-owner</a></h3>
<p>Consider a multi-user system running the Apache Web server, with
each user having his or her own files in <code>~/public_html/private</code>. Assuming that there is a single
<code class="directive"><a href="../mod/mod_authn_dbm.html#authdbmuserfile">AuthDBMUserFile</a></code> database
</code></p></div>
- <h3><a name="examples:file-group" id="examples:file-group">Require file-group</a></h3>
+ <h3><a name="examples.file-group" id="examples.file-group">Require file-group</a></h3>
<p>Consider a system similar to the one described above, but with
some users that share their project files in
<code>~/public_html/project-foo</code>. The files are owned by the
<section id="examples"><title>Configuration Examples</title>
- <section id="examples:file-owner"><title>Require file-owner</title>
+ <section id="examples.file-owner"><title>Require file-owner</title>
<p>Consider a multi-user system running the Apache Web server, with
each user having his or her own files in <code
>~/public_html/private</code>. Assuming that there is a single
</example>
</section>
- <section id="examples:file-group"><title>Require file-group</title>
+ <section id="examples.file-group"><title>Require file-group</title>
<p>Consider a system similar to the one described above, but with
some users that share their project files in
<code>~/public_html/project-foo</code>. The files are owned by the
the link if a imagemap menu is generated. Lines beginning with '#' are
comments.</p>
- <h3><a name="imapfile:directives" id="imapfile:directives">Imagemap File Directives</a></h3>
+ <h3><a name="imapfile.directives" id="imapfile.directives">Imagemap File Directives</a></h3>
<p>There are six directives allowed in the imagemap file. The
directives can come in any order, but are processed in the
order they are found in the imagemap file.</p>
</dl>
- <h3><a name="imapfile:values" id="imapfile:values">Values</a></h3>
+ <h3><a name="imapfile.values" id="imapfile.values">Values</a></h3>
<p>The values for each of the directives can any of the following:</p>
</dl>
- <h3><a name="imapfile:coords" id="imapfile:coords">Coordinates</a></h3>
+ <h3><a name="imapfile.coords" id="imapfile.coords">Coordinates</a></h3>
<dl>
<dt><code>0,0 200,200</code></dt>
- <h3><a name="imapfile:quotedtext" id="imapfile:quotedtext">Quoted Text</a></h3>
+ <h3><a name="imapfile.quotedtext" id="imapfile.quotedtext">Quoted Text</a></h3>
<dl>
<dt><code>"<var>Menu Text</var>"</code></dt>
the link if a imagemap menu is generated. Lines beginning with '#' are
comments.</p>
- <section id="imapfile:directives"><title>Imagemap File Directives</title>
+ <section id="imapfile.directives"><title>Imagemap File Directives</title>
<p>There are six directives allowed in the imagemap file. The
directives can come in any order, but are processed in the
order they are found in the imagemap file.</p>
</dl>
</section>
- <section id="imapfile:values"><title>Values</title>
+ <section id="imapfile.values"><title>Values</title>
<p>The values for each of the directives can any of the following:</p>
</dl>
</section>
- <section id="imapfile:coords"><title>Coordinates</title>
+ <section id="imapfile.coords"><title>Coordinates</title>
<dl>
<dt><code>0,0 200,200</code></dt>
</section>
- <section id="imapfile:quotedtext"><title>Quoted Text</title>
+ <section id="imapfile.quotedtext"><title>Quoted Text</title>
<dl>
<dt><code>"<var>Menu Text</var>"</code></dt>
<table class="bordered">
<tr><th>Element</th><th>Description</th></tr>
- <tr><td><code><a href="#element:config">config</a></code></td>
+ <tr><td><code><a href="#element.config">config</a></code></td>
<td>configure output formats</td></tr>
- <tr><td><code><a href="#element:echo">echo</a></code></td>
+ <tr><td><code><a href="#element.echo">echo</a></code></td>
<td>print variables</td></tr>
- <tr><td><code><a href="#element:exec">exec</a></code></td>
+ <tr><td><code><a href="#element.exec">exec</a></code></td>
<td>execute external programs</td></tr>
- <tr><td><code><a href="#element:fsize">fsize</a></code></td>
+ <tr><td><code><a href="#element.fsize">fsize</a></code></td>
<td>print size of a file</td></tr>
- <tr><td><code><a href="#element:flastmod">flastmod</a></code></td>
+ <tr><td><code><a href="#element.flastmod">flastmod</a></code></td>
<td>print last modification time of a file</td></tr>
- <tr><td><code><a href="#element:include">include</a></code></td>
+ <tr><td><code><a href="#element.include">include</a></code></td>
<td>include a file</td></tr>
- <tr><td><code><a href="#element:printenv">printenv</a></code></td>
+ <tr><td><code><a href="#element.printenv">printenv</a></code></td>
<td>print all available variables</td></tr>
- <tr><td><code><a href="#element:set">set</a></code></td>
+ <tr><td><code><a href="#element.set">set</a></code></td>
<td>set a value of a variable</td></tr>
</table>
<p>SSI elements may be defined by modules other than
- <code class="module"><a href="../mod/mod_include.html">mod_include</a></code>. In fact, the <code><a href="#element:exec">exec</a></code> element is provided by
+ <code class="module"><a href="../mod/mod_include.html">mod_include</a></code>. In fact, the <code><a href="#element.exec">exec</a></code> element is provided by
<code class="module"><a href="../mod/mod_cgi.html">mod_cgi</a></code>, and will only be available if this
module is loaded.</p>
- <h3><a name="element:config" id="element:config">The config Element</a></h3>
+ <h3><a name="element.config" id="element.config">The config Element</a></h3>
<p>This command controls various aspects of the parsing. The
valid attributes are:</p>
</dl>
- <h3><a name="element:echo" id="element:echo">The echo Element</a></h3>
+ <h3><a name="element.echo" id="element.echo">The echo Element</a></h3>
<p>This command prints one of the <a href="#includevars">include
variables</a>, defined below. If the variable is unset, the result is
determined by the <code class="directive"><a href="#ssiundefinedecho">SSIUndefinedEcho</a></code> directive. Any dates printed are
</dl>
- <h3><a name="element:exec" id="element:exec">The exec Element</a></h3>
+ <h3><a name="element.exec" id="element.exec">The exec Element</a></h3>
<p>The <code>exec</code> command executes a given shell command or
CGI script. It requires <code class="module"><a href="../mod/mod_cgi.html">mod_cgi</a></code> to be present
in the server. If <code class="directive"><a href="../mod/core.html#options">Options</a></code>
</dl>
- <h3><a name="element:fsize" id="element:fsize">The fsize Element</a></h3>
+ <h3><a name="element.fsize" id="element.fsize">The fsize Element</a></h3>
<p>This command prints the size of the specified file, subject
to the <code>sizefmt</code> format specification. Attributes:</p>
</dl>
- <h3><a name="element:flastmod" id="element:flastmod">The flastmod Element</a></h3>
+ <h3><a name="element.flastmod" id="element.flastmod">The flastmod Element</a></h3>
<p>This command prints the last modification date of the
specified file, subject to the <code>timefmt</code> format
specification. The attributes are the same as for the
- <code><a href="#element:fsize">fsize</a></code> command.</p>
+ <code><a href="#element.fsize">fsize</a></code> command.</p>
- <h3><a name="element:include" id="element:include">The include Element</a></h3>
+ <h3><a name="element.include" id="element.include">The include Element</a></h3>
<p>This command inserts the text of another document or file
into the parsed file. Any included file is subject to the
usual access control. If the directory containing the
</dl>
- <h3><a name="element:printenv" id="element:printenv">The printenv Element</a></h3>
+ <h3><a name="element.printenv" id="element.printenv">The printenv Element</a></h3>
<p>This prints out a listing of all existing variables and
- their values. Special characters are entity encoded (see the <code><a href="#element:echo">echo</a></code> element for details)
+ their values. Special characters are entity encoded (see the <code><a href="#element.echo">echo</a></code> element for details)
before being output. There are no attributes.</p>
<div class="example"><h3>Example</h3><p><code>
</code></p></div>
- <h3><a name="element:set" id="element:set">The set Element</a></h3>
+ <h3><a name="element.set" id="element.set">The set Element</a></h3>
<p>This sets the value of a variable. Attributes:</p>
<dl>
<table class="bordered">
<tr><th>\e$BMWAG\e(B</th><th>\e$B@bL@\e(B</th></tr>
- <tr><td><code><a href="#element:config">config</a></code></td>
+ <tr><td><code><a href="#element.config">config</a></code></td>
<td>configure output formats</td></tr>
- <tr><td><code><a href="#element:echo">echo</a></code></td>
+ <tr><td><code><a href="#element.echo">echo</a></code></td>
<td>print variables</td></tr>
- <tr><td><code><a href="#element:exec">exec</a></code></td>
+ <tr><td><code><a href="#element.exec">exec</a></code></td>
<td>execute external programs</td></tr>
- <tr><td><code><a href="#element:fsize">fsize</a></code></td>
+ <tr><td><code><a href="#element.fsize">fsize</a></code></td>
<td>print size of a file</td></tr>
- <tr><td><code><a href="#element:flastmod">flastmod</a></code></td>
+ <tr><td><code><a href="#element.flastmod">flastmod</a></code></td>
<td>print last modification time of a file</td></tr>
- <tr><td><code><a href="#element:include">include</a></code></td>
+ <tr><td><code><a href="#element.include">include</a></code></td>
<td>include a file</td></tr>
- <tr><td><code><a href="#element:printenv">printenv</a></code></td>
+ <tr><td><code><a href="#element.printenv">printenv</a></code></td>
<td>print all available variables</td></tr>
- <tr><td><code><a href="#element:set">set</a></code></td>
+ <tr><td><code><a href="#element.set">set</a></code></td>
<td>set a value of a variable</td></tr>
</table>
<p>SSI \e$BMWAG$O\e(B <code class="module"><a href="../mod/mod_include.html">mod_include</a></code> \e$B0J30$N%b%8%e!<%k$G\e(B
\e$BDj5A$5$l$k$3$H$b$"$j$^$9!#<B:]!"\e(B
- <code><a href="#element:exec">exec</a></code> \e$BMWAG$O\e(B
+ <code><a href="#element.exec">exec</a></code> \e$BMWAG$O\e(B
<code class="module"><a href="../mod/mod_cgi.html">mod_cgi</a></code> \e$B$GDs6!$5$l$F$$$F!"$3$N%b%8%e!<%k$,\e(B
\e$B%m!<%I$5$l$k>l9g$K$N$_MxMQ2DG=$H$J$j$^$9!#\e(B</p>
- <h3><a name="element_config" id="element_config">config \e$BMWAG\e(B</a></h3>
+ <h3><a name="element.config" id="element.config">config \e$BMWAG\e(B</a></h3>
<p>\e$B<!$N%3%^%s%I$O2r@O$NMM!9$JB&LL$r@)8f$7$^$9!#B0@-$O<!$NDL$j$G$9!#\e(B</p>
<dl>
</dl>
- <h3><a name="element_echo" id="element_echo">echo \e$BMWAG\e(B</a></h3>
+ <h3><a name="element.echo" id="element.echo">echo \e$BMWAG\e(B</a></h3>
<p>\e$B$3$N%3%^%s%I$O0J2<$GDj5A$5$l$F$$$k\e(B <a href="#includevars">include
\e$BJQ?t\e(B</a> \e$B$rI=<($7$^$9!#JQ?t$,@_Dj$5$l$F$$$J$$>l9g$O\e(B <code class="directive"><a href="#ssiundefinedecho">SSIUndefinedEcho</a></code> \e$B%G%#%l%/%F%#%V$G\e(B
\e$B7hDj$5$l$k7k2L$H$J$j$^$9!#F|IU$O$=$N;~E@$G$N\e(B <code>timefmt</code> \e$B$K=>$C$F\e(B
</dl>
- <h3><a name="element_exec" id="element_exec">exec \e$BMWAG\e(B</a></h3>
+ <h3><a name="element.exec" id="element.exec">exec \e$BMWAG\e(B</a></h3>
<p><code>exec</code> \e$B%3%^%s%I$O;XDj$5$l$?%7%'%k%3%^%s%I$d\e(B CGI \e$B%9%/%j%W%H$r\e(B
\e$B<B9T$7$^$9!#\e(B<code class="module"><a href="../mod/mod_cgi.html">mod_cgi</a></code> \e$B$,%5!<%P$KAH$_9~$^$l$F$$$k$$$J$1$l$P\e(B
\e$B$J$j$^$;$s!#\e(B<code class="directive"><a href="../mod/core.html#option">Option</a></code>
</dl>
- <h3><a name="element_fsize" id="element_fsize">fsize \e$BMWAG\e(B</a></h3>
+ <h3><a name="element.fsize" id="element.fsize">fsize \e$BMWAG\e(B</a></h3>
<p>\e$B$3$N%3%^%s%I$O;XDj$5$l$?%U%!%$%k$NBg$-$5$r\e(B <code>sizefmt</code> \e$B$N\e(B
\e$B=q<0;XDj$K4p$E$$$F=PNO$7$^$9!#B0@-$O<!$NDL$j$G$9!#\e(B</p>
</dl>
- <h3><a name="element_flastmod" id="element_flastmod">flastmod \e$BMWAG\e(B</a></h3>
+ <h3><a name="element.flastmod" id="element.flastmod">flastmod \e$BMWAG\e(B</a></h3>
<p>\e$B$3$N%3%^%s%I$O;XDj$5$l$?%U%!%$%k$N:G=*=$@5;~9o$r\e(B
<code>timefmt</code> \e$B=q<0;XDj$K=>$C$FI=<($7$^$9!#\e(B
\e$B;XDj2DG=$JB0@-$O\e(B <code>fsize</code> \e$B%3%^%s%I$HF1$8$G$9!#\e(B</p>
- <h3><a name="element_include" id="element_include">include \e$BMWAG\e(B</a></h3>
+ <h3><a name="element.include" id="element.include">include \e$BMWAG\e(B</a></h3>
<p>\e$B$3$N%3%^%s%I$OJL$NJ8=q$d%U%!%$%k$N%F%-%9%H$r2r@O$7$F$$$k%U%!%$%k$K\e(B
\e$BA^F~$7$^$9!#A^F~$5$l$k%U%!%$%k$O%"%/%;%9@)8f$N4IM}2<$K$"$j$^$9!#\e(B
\e$B2r@O$7$F$$$k%U%!%$%k$NB8:_$9$k%G%#%l%/%H%j$K\e(B
</dl>
- <h3><a name="element_printenv" id="element_printenv">printenv \e$BMWAG\e(B</a></h3>
+ <h3><a name="element.printenv" id="element.printenv">printenv \e$BMWAG\e(B</a></h3>
<p>\e$B$3$l$O!"B8:_$9$k$9$Y$F$NJQ?t$H$=$NCM$rI=<($7$^$9!#\e(BApache 1.3.12 \e$B$+$i!"\e(B
- \e$BFCJL$JJ8;z$O=PNO$5$l$kA0$K%(%s%F%#%F%#%(%s%3!<%I\e(B (\e$B>\:Y$O\e(B <a href="#element:echo"><code>echo</code></a> \e$BMWAG$r;2>H\e(B)
+ \e$BFCJL$JJ8;z$O=PNO$5$l$kA0$K%(%s%F%#%F%#%(%s%3!<%I\e(B (\e$B>\:Y$O\e(B <a href="#element.echo"><code>echo</code></a> \e$BMWAG$r;2>H\e(B)
\e$B$5$l$k$h$&$K$J$j$^$7$?!#B0@-$O$"$j$^$;$s!#\e(B</p>
<div class="example"><h3>\e$BNc\e(B</h3><p><code>
</code></p></div>
- <h3><a name="element_set" id="element_set">set \e$BMWAG\e(B</a></h3>
+ <h3><a name="element.set" id="element.set">set \e$BMWAG\e(B</a></h3>
<p>\e$B$3$l$OJQ?t$NCM$r@_Dj$7$^$9!#B0@-$O<!$NDL$j$G$9!#\e(B</p>
<dl>
<table border="1">
<tr><th>Element</th><th>Description</th></tr>
- <tr><td><code><a href="#element:config">config</a></code></td>
+ <tr><td><code><a href="#element.config">config</a></code></td>
<td>configure output formats</td></tr>
- <tr><td><code><a href="#element:echo">echo</a></code></td>
+ <tr><td><code><a href="#element.echo">echo</a></code></td>
<td>print variables</td></tr>
- <tr><td><code><a href="#element:exec">exec</a></code></td>
+ <tr><td><code><a href="#element.exec">exec</a></code></td>
<td>execute external programs</td></tr>
- <tr><td><code><a href="#element:fsize">fsize</a></code></td>
+ <tr><td><code><a href="#element.fsize">fsize</a></code></td>
<td>print size of a file</td></tr>
- <tr><td><code><a href="#element:flastmod">flastmod</a></code></td>
+ <tr><td><code><a href="#element.flastmod">flastmod</a></code></td>
<td>print last modification time of a file</td></tr>
- <tr><td><code><a href="#element:include">include</a></code></td>
+ <tr><td><code><a href="#element.include">include</a></code></td>
<td>include a file</td></tr>
- <tr><td><code><a href="#element:printenv">printenv</a></code></td>
+ <tr><td><code><a href="#element.printenv">printenv</a></code></td>
<td>print all available variables</td></tr>
- <tr><td><code><a href="#element:set">set</a></code></td>
+ <tr><td><code><a href="#element.set">set</a></code></td>
<td>set a value of a variable</td></tr>
</table>
<p>SSI elements may be defined by modules other than
<module>mod_include</module>. In fact, the <code><a
- href="#element:exec">exec</a></code> element is provided by
+ href="#element.exec">exec</a></code> element is provided by
<module>mod_cgi</module>, and will only be available if this
module is loaded.</p>
- <section id="element:config"><title>The config Element</title>
+ <section id="element.config"><title>The config Element</title>
<p>This command controls various aspects of the parsing. The
valid attributes are:</p>
</dl>
</section> <!-- /config -->
- <section id="element:echo"><title>The echo Element</title>
+ <section id="element.echo"><title>The echo Element</title>
<p>This command prints one of the <a href="#includevars">include
variables</a>, defined below. If the variable is unset, the result is
determined by the <directive module="mod_include"
</dl>
</section> <!-- /echo -->
- <section id="element:exec"><title>The exec Element</title>
+ <section id="element.exec"><title>The exec Element</title>
<p>The <code>exec</code> command executes a given shell command or
CGI script. It requires <module>mod_cgi</module> to be present
in the server. If <directive module="core">Options</directive>
</dl>
</section> <!-- /exec -->
- <section id="element:fsize"><title>The fsize Element</title>
+ <section id="element.fsize"><title>The fsize Element</title>
<p>This command prints the size of the specified file, subject
to the <code>sizefmt</code> format specification. Attributes:</p>
</dl>
</section> <!-- /fsize -->
- <section id="element:flastmod"><title>The flastmod Element</title>
+ <section id="element.flastmod"><title>The flastmod Element</title>
<p>This command prints the last modification date of the
specified file, subject to the <code>timefmt</code> format
specification. The attributes are the same as for the
- <code><a href="#element:fsize">fsize</a></code> command.</p>
+ <code><a href="#element.fsize">fsize</a></code> command.</p>
</section> <!-- /flastmod -->
- <section id="element:include"><title>The include Element</title>
+ <section id="element.include"><title>The include Element</title>
<p>This command inserts the text of another document or file
into the parsed file. Any included file is subject to the
usual access control. If the directory containing the
</dl>
</section> <!-- /include -->
- <section id="element:printenv"><title>The printenv Element</title>
+ <section id="element.printenv"><title>The printenv Element</title>
<p>This prints out a listing of all existing variables and
their values. Special characters are entity encoded (see the <code><a
- href="#element:echo">echo</a></code> element for details)
+ href="#element.echo">echo</a></code> element for details)
before being output. There are no attributes.</p>
<example><title>Example</title>
</example>
</section> <!-- /printenv -->
- <section id="element:set"><title>The set Element</title>
+ <section id="element.set"><title>The set Element</title>
<p>This sets the value of a variable. Attributes:</p>
<dl>
<table border="1">
<tr><th>\e$BMWAG\e(B</th><th>\e$B@bL@\e(B</th></tr>
- <tr><td><code><a href="#element:config">config</a></code></td>
+ <tr><td><code><a href="#element.config">config</a></code></td>
<td>configure output formats</td></tr>
- <tr><td><code><a href="#element:echo">echo</a></code></td>
+ <tr><td><code><a href="#element.echo">echo</a></code></td>
<td>print variables</td></tr>
- <tr><td><code><a href="#element:exec">exec</a></code></td>
+ <tr><td><code><a href="#element.exec">exec</a></code></td>
<td>execute external programs</td></tr>
- <tr><td><code><a href="#element:fsize">fsize</a></code></td>
+ <tr><td><code><a href="#element.fsize">fsize</a></code></td>
<td>print size of a file</td></tr>
- <tr><td><code><a href="#element:flastmod">flastmod</a></code></td>
+ <tr><td><code><a href="#element.flastmod">flastmod</a></code></td>
<td>print last modification time of a file</td></tr>
- <tr><td><code><a href="#element:include">include</a></code></td>
+ <tr><td><code><a href="#element.include">include</a></code></td>
<td>include a file</td></tr>
- <tr><td><code><a href="#element:printenv">printenv</a></code></td>
+ <tr><td><code><a href="#element.printenv">printenv</a></code></td>
<td>print all available variables</td></tr>
- <tr><td><code><a href="#element:set">set</a></code></td>
+ <tr><td><code><a href="#element.set">set</a></code></td>
<td>set a value of a variable</td></tr>
</table>
<p>SSI \e$BMWAG$O\e(B <module>mod_include</module> \e$B0J30$N%b%8%e!<%k$G\e(B
\e$BDj5A$5$l$k$3$H$b$"$j$^$9!#<B:]!"\e(B
- <code><a href="#element:exec">exec</a></code> \e$BMWAG$O\e(B
+ <code><a href="#element.exec">exec</a></code> \e$BMWAG$O\e(B
<module>mod_cgi</module> \e$B$GDs6!$5$l$F$$$F!"$3$N%b%8%e!<%k$,\e(B
\e$B%m!<%I$5$l$k>l9g$K$N$_MxMQ2DG=$H$J$j$^$9!#\e(B</p>
- <section id="element_config"><title>config \e$BMWAG\e(B</title>
+ <section id="element.config"><title>config \e$BMWAG\e(B</title>
<p>\e$B<!$N%3%^%s%I$O2r@O$NMM!9$JB&LL$r@)8f$7$^$9!#B0@-$O<!$NDL$j$G$9!#\e(B</p>
<dl>
</dl>
</section> <!-- /config -->
- <section id="element_echo"><title>echo \e$BMWAG\e(B</title>
+ <section id="element.echo"><title>echo \e$BMWAG\e(B</title>
<p>\e$B$3$N%3%^%s%I$O0J2<$GDj5A$5$l$F$$$k\e(B <a href="#includevars">include
\e$BJQ?t\e(B</a> \e$B$rI=<($7$^$9!#JQ?t$,@_Dj$5$l$F$$$J$$>l9g$O\e(B <directive
module="mod_include">SSIUndefinedEcho</directive> \e$B%G%#%l%/%F%#%V$G\e(B
</dl>
</section> <!-- /echo -->
- <section id="element_exec"><title>exec \e$BMWAG\e(B</title>
+ <section id="element.exec"><title>exec \e$BMWAG\e(B</title>
<p><code>exec</code> \e$B%3%^%s%I$O;XDj$5$l$?%7%'%k%3%^%s%I$d\e(B CGI \e$B%9%/%j%W%H$r\e(B
\e$B<B9T$7$^$9!#\e(B<module>mod_cgi</module> \e$B$,%5!<%P$KAH$_9~$^$l$F$$$k$$$J$1$l$P\e(B
\e$B$J$j$^$;$s!#\e(B<directive module="core">Option</directive>
</dl>
</section> <!-- /exec -->
- <section id="element_fsize"><title>fsize \e$BMWAG\e(B</title>
+ <section id="element.fsize"><title>fsize \e$BMWAG\e(B</title>
<p>\e$B$3$N%3%^%s%I$O;XDj$5$l$?%U%!%$%k$NBg$-$5$r\e(B <code>sizefmt</code> \e$B$N\e(B
\e$B=q<0;XDj$K4p$E$$$F=PNO$7$^$9!#B0@-$O<!$NDL$j$G$9!#\e(B</p>
</dl>
</section> <!-- /fsize -->
- <section id="element_flastmod"><title>flastmod \e$BMWAG\e(B</title>
+ <section id="element.flastmod"><title>flastmod \e$BMWAG\e(B</title>
<p>\e$B$3$N%3%^%s%I$O;XDj$5$l$?%U%!%$%k$N:G=*=$@5;~9o$r\e(B
<code>timefmt</code> \e$B=q<0;XDj$K=>$C$FI=<($7$^$9!#\e(B
\e$B;XDj2DG=$JB0@-$O\e(B <code>fsize</code> \e$B%3%^%s%I$HF1$8$G$9!#\e(B</p>
</section> <!-- /flastmod -->
- <section id="element_include"><title>include \e$BMWAG\e(B</title>
+ <section id="element.include"><title>include \e$BMWAG\e(B</title>
<p>\e$B$3$N%3%^%s%I$OJL$NJ8=q$d%U%!%$%k$N%F%-%9%H$r2r@O$7$F$$$k%U%!%$%k$K\e(B
\e$BA^F~$7$^$9!#A^F~$5$l$k%U%!%$%k$O%"%/%;%9@)8f$N4IM}2<$K$"$j$^$9!#\e(B
\e$B2r@O$7$F$$$k%U%!%$%k$NB8:_$9$k%G%#%l%/%H%j$K\e(B
</dl>
</section> <!-- /include -->
- <section id="element_printenv"><title>printenv \e$BMWAG\e(B</title>
+ <section id="element.printenv"><title>printenv \e$BMWAG\e(B</title>
<p>\e$B$3$l$O!"B8:_$9$k$9$Y$F$NJQ?t$H$=$NCM$rI=<($7$^$9!#\e(BApache 1.3.12 \e$B$+$i!"\e(B
\e$BFCJL$JJ8;z$O=PNO$5$l$kA0$K%(%s%F%#%F%#%(%s%3!<%I\e(B (\e$B>\:Y$O\e(B <a
- href="#element:echo"><code>echo</code></a> \e$BMWAG$r;2>H\e(B)
+ href="#element.echo"><code>echo</code></a> \e$BMWAG$r;2>H\e(B)
\e$B$5$l$k$h$&$K$J$j$^$7$?!#B0@-$O$"$j$^$;$s!#\e(B</p>
<example><title>\e$BNc\e(B</title>
</example>
</section> <!-- /printenv -->
- <section id="element_set"><title>set \e$BMWAG\e(B</title>
+ <section id="element.set"><title>set \e$BMWAG\e(B</title>
<p>\e$B$3$l$OJQ?t$NCM$r@_Dj$7$^$9!#B0@-$O<!$NDL$j$G$9!#\e(B</p>
<dl>