can also be defined in a more readable syntax of the form:</p>
<div class="example"><p><code>
- ExpiresDefault "<base> [plus] {<num>
- <type>}*"<br />
- ExpiresByType type/encoding "<base> [plus]
- {<num> <type>}*"
+ ExpiresDefault "<var>base</var> [plus <var>num</var> <var>type</var>]
+ [<var>num</var> <var>type</var>] ..."<br />
+ ExpiresByType type/encoding "<var>base</var> [plus <var>num</var> <var>type</var>]
+ [<var>num</var> <var>type</var>] ..."
</code></p></div>
- <p>where <base> is one of:</p>
+ <p>where <var>base</var> is one of:</p>
<ul>
<li><code>access</code></li>
<li><code>modification</code></li>
</ul>
- <p>The <code>plus</code> keyword is optional. <num>
+ <p>The <code>plus</code> keyword is optional. <var>num</var>
should be an integer value [acceptable to <code>atoi()</code>],
- and <type> is one of:</p>
+ and <var>type</var> is one of:</p>
<ul>
<li><code>years</code></li>
</code></p></div>
<p>The expiry time can be fine-tuned by adding several
- '<num> <type>' clauses:</p>
+ '<var>num</var> <var>type</var>' clauses:</p>
<div class="example"><p><code>
ExpiresByType text/html "access plus 1 month 15