assumed to be zero. The following numerical <var>operator</var>s are
possible:</p>
- <table>
- <tr><th><var>operator</var></th><th>description</th></tr>
- <tr><td><code>=</code> or <code>==</code></td>
+ <table class="bordered"><tr class="header"><th><var>operator</var></th><th>description</th></tr>
+<tr><td><code>=</code> or <code>==</code></td>
<td>httpd version is equal</td></tr>
- <tr><td><code>></code></td>
+<tr class="odd"><td><code>></code></td>
<td>httpd version is greater than</td></tr>
- <tr><td><code>>=</code></td>
+<tr><td><code>>=</code></td>
<td>httpd version is greater or equal</td></tr>
- <tr><td><code><</code></td>
+<tr class="odd"><td><code><</code></td>
<td>httpd version is less than</td></tr>
- <tr><td><code><=</code></td>
+<tr><td><code><=</code></td>
<td>httpd version is less or equal</td></tr>
- </table>
+</table>
<div class="example"><h3>Example</h3><p><code>
<IfVersion >= 2.1><br />
<p>Besides the numerical comparison it is possible to match a regular
expression against the httpd version. There are two ways to write it:</p>
- <table>
- <tr><th>operator</th><th>description</th></tr>
- <tr><td><code>=</code> or <code>==</code></td>
+ <table class="bordered"><tr class="header"><th><var>operator</var></th><th>description</th></tr>
+<tr><td><code>=</code> or <code>==</code></td>
<td><var>version</var> has the form
<code>/<var>regex</var>/</code></td></tr>
- <tr><td><code>~</code></td>
+<tr class="odd"><td><code>~</code></td>
<td><var>version</var> has the form
<code><var>regex</var></code></td></tr>
- </table>
+</table>
<div class="example"><h3>Example</h3><p><code>
<IfVersion = /^2.1.[01234]$/><br />
</IfVersion>
</code></p></div>
- <p>If the operator is omitted, it is assumed to be <code>=</code>.</p>
+ <p>If the <var>operator</var> is omitted, it is assumed to be
+ <code>=</code>.</p>
</div>
</div>
assumed to be zero. The following numerical <var>operator</var>s are
possible:</p>
- <table>
+ <table style="zebra" border="1">
<tr><th><var>operator</var></th><th>description</th></tr>
<tr><td><code>=</code> or <code>==</code></td>
<td>httpd version is equal</td></tr>
<p>Besides the numerical comparison it is possible to match a regular
expression against the httpd version. There are two ways to write it:</p>
- <table>
- <tr><th>operator</th><th>description</th></tr>
+ <table style="zebra" border="1">
+ <tr><th><var>operator</var></th><th>description</th></tr>
<tr><td><code>=</code> or <code>==</code></td>
<td><var>version</var> has the form
<code>/<var>regex</var>/</code></td></tr>
</IfVersion>
</example>
- <p>If the operator is omitted, it is assumed to be <code>=</code>.</p>
+ <p>If the <var>operator</var> is omitted, it is assumed to be
+ <code>=</code>.</p>
</usage>
</directivesynopsis>