and port 8080 on another, use</p>
<div class="example"><p><code>
- Listen 192.170.2.1:80<br />
- Listen 192.170.2.5:8000
+ Listen 192.0.2.1:80<br />
+ Listen 192.0.2.5:8000
</code></p></div>
<p>IPv6 addresses must be enclosed in square brackets, as in the
<div class="example"><p><code>
Listen 0.0.0.0:80<br />
- Listen 192.170.2.1:80
+ Listen 192.0.2.1:80
</code></p></div>
<p>If your platform supports it and you want Apache to handle IPv4 and
<relpath>.</relpath>
<variants>
- <variant>de</variant>
+ <variant htmlonly="yes">de</variant>
<variant>en</variant>
- <variant outdated="yes">fr</variant>
- <variant outdated="yes">ja</variant>
- <variant outdated="yes">ko</variant>
+ <variant htmlonly="yes">fr</variant>
+ <variant htmlonly="yes">ja</variant>
+ <variant htmlonly="yes">ko</variant>
</variants>
</metafile>
<dd>uses the <code>flock(2)</code> system call to lock the
file defined by the optional <var>/path/to/lockfile</var>
parameter. One can also use the <code class="directive"><a href="#lockfile">LockFile</a></code> directive to specify the lockfile,
- although this is depreciated.</dd>
+ although this is deprecated.</dd>
<dt><code>fcntl<<var>:/path/to/lockfile</var>></code></dt>
<dd>uses the <code>fcntl(2)</code> system call to lock the
file defined by the optional <var>/path/to/lockfile</var>
parameter. One can also use the <code class="directive"><a href="#lockfile">LockFile</a></code> directive to specify the lockfile,
- although this is depreciated.</dd>
+ although this is deprecated.</dd>
<dt><code>file<<var>:/path/to/lockfile</var>></code></dt>
<dd>This directive tells Apache to pick the "best" file locking
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="directive-section"><h2><a name="LockFile" id="LockFile">LockFile</a> <a name="lockfile" id="lockfile">Directive</a></h2>
<table class="directive">
-<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Location of the accept serialization lock file <em>(depreciated)</em></td></tr>
+<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Location of the accept serialization lock file <em>(deprecated)</em></td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>LockFile <var>filename</var></code></td></tr>
<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>LockFile logs/accept.lock</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
creating a lockfile with the same name as the one the server will try
to create.</p>
</div>
- <div class="warning"><h3>Depreciated</h3>
- <p>This directive is depreciated. It is strongly suggested that
+ <div class="warning"><h3>Deprecated</h3>
+ <p>This directive is deprecated. It is strongly suggested that
you use <code class="directive"><a href="#acceptmutex">AcceptMutex</a></code> to
specify both the mutex locking implementation as well as
the lockfile location.</p>