diff options
-rw-r--r-- | docs/manual/mod/mpm_common.html.en | 50 | ||||
-rw-r--r-- | docs/manual/mod/mpm_common.xml | 50 | ||||
-rw-r--r-- | docs/manual/mod/mpm_netware.html.en | 6 | ||||
-rw-r--r-- | docs/manual/mod/mpm_netware.xml | 6 | ||||
-rw-r--r-- | docs/manual/mod/prefork.xml.de | 2 | ||||
-rw-r--r-- | docs/manual/mod/prefork.xml.ja | 2 | ||||
-rw-r--r-- | docs/manual/mod/prefork.xml.tr | 2 | ||||
-rw-r--r-- | docs/manual/mod/quickreference.html.en | 2 |
8 files changed, 60 insertions, 60 deletions
diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 917840e8e9..f02e4be616 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -58,7 +58,7 @@ more than one multi-processing module (MPM)</td></tr> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="directive-section"><h2><a name="CoreDumpDirectory" id="CoreDumpDirectory">CoreDumpDirectory</a> <a name="coredumpdirectory" id="coredumpdirectory">Directive</a></h2> <table class="directive"> -<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Directory where Apache attempts to +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Directory where Apache HTTP Server attempts to switch before dumping core</td></tr> <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CoreDumpDirectory <var>directory</var></code></td></tr> <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>See usage for the default setting</code></td></tr> @@ -66,7 +66,7 @@ switch before dumping core</td></tr> <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr> <tr><th><a href="directive-dict.html#Module">Module:</a></th><td><code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr> </table> - <p>This controls the directory to which Apache attempts to + <p>This controls the directory to which Apache httpd attempts to switch before dumping core. If your operating system is configured to create core files in the working directory of the crashing process, <code class="directive">CoreDumpDirectory</code> is necessary to change working @@ -79,9 +79,9 @@ switch before dumping core</td></tr> of the crashing processes.</p> <div class="note"><h3>Core Dumps on Linux</h3> - <p>If Apache starts as root and switches to another user, the + <p>If Apache httpd starts as root and switches to another user, the Linux kernel <em>disables</em> core dumps even if the directory is - writable for the process. Apache (2.0.46 and later) reenables core dumps + writable for the process. Apache httpd (2.0.46 and later) reenables core dumps on Linux 2.4 and beyond, but only if you explicitly configure a <code class="directive">CoreDumpDirectory</code>.</p> </div> @@ -148,15 +148,15 @@ listens to</td></tr> <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr> <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr> <tr><th><a href="directive-dict.html#Module">Module:</a></th><td><code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code>, <code class="module"><a href="../mod/event.html">event</a></code></td></tr> -<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Required directive since Apache 2.0<br /> +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Required directive since Apache HTTP Server 2.0<br /> The <var>protocol</var> argument was added in 2.1.5</td></tr> </table> - <p>The <code class="directive">Listen</code> directive instructs Apache to + <p>The <code class="directive">Listen</code> directive instructs Apache httpd to listen to only specific IP addresses or ports; by default it responds to requests on all IP interfaces. <code class="directive">Listen</code> is now a required directive. If it is not in the config file, the server will fail to start. This is a change from previous versions - of Apache.</p> + of Apache httpd.</p> <p>The <code class="directive">Listen</code> directive tells the server to accept incoming requests on the specified port or address-and-port @@ -216,7 +216,7 @@ The <var>protocol</var> argument was added in 2.1.5</td></tr> <h3>See also</h3> <ul> <li><a href="../dns-caveats.html">DNS Issues</a></li> -<li><a href="../bind.html">Setting which addresses and ports Apache +<li><a href="../bind.html">Setting which addresses and ports Apache HTTP Server uses</a></li> <li><a href="http://wiki.apache.org/httpd/CouldNotBindToAddress">Further discussion of the <code>Address already in use</code> error message, @@ -360,7 +360,7 @@ will handle during its life</td></tr> <div class="note"><h3>Restrictions</h3> <p>The range of the <code class="directive">MaxSpareThreads</code> value - is restricted. Apache will correct the given value automatically + is restricted. Apache httpd will correct the given value automatically according to the following rules:</p> <ul> <li><code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code> wants the value to be greater than @@ -445,7 +445,7 @@ of the daemon</td></tr> warnings about log file placement and <a href="../misc/security_tips.html#serverroot">security</a>.</p> <div class="note"><h3>Note</h3> - <p>As of Apache 2, we recommended that you only use the <code class="program"><a href="../programs/apachectl.html">apachectl</a></code> script, or the init script that your OS provides, + <p>As of Apache HTTP Server 2, we recommended that you only use the <code class="program"><a href="../programs/apachectl.html">apachectl</a></code> script, or the init script that your OS provides, for (re-)starting or stopping the server.</p> </div> @@ -478,13 +478,13 @@ the child processes</td></tr> <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr> <tr><th><a href="directive-dict.html#Module">Module:</a></th><td><code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr> </table> - <p>Apache uses a scoreboard to communicate between its parent + <p>Apache HTTP Server uses a scoreboard to communicate between its parent and child processes. Some architectures require a file to facilitate - this communication. If the file is left unspecified, Apache first + this communication. If the file is left unspecified, Apache httpd first attempts to create the scoreboard entirely in memory (using anonymous shared memory) and, failing that, will attempt to create the file on disk (using file-based shared memory). Specifying this directive causes - Apache to always create the file on the disk.</p> + Apache httpd to always create the file on the disk.</p> <div class="example"><h3>Example</h3><p><code> ScoreBoardFile /var/run/apache_status @@ -501,7 +501,7 @@ the child processes</td></tr> <h3>See also</h3> <ul> <li><a href="../stopping.html">Stopping and Restarting -Apache</a></li> +Apache HTTP Server</a></li> </ul> </div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> @@ -535,10 +535,10 @@ Apache</a></li> </table> <p>For the <code class="module"><a href="../mod/prefork.html">prefork</a></code> MPM, this directive sets the maximum configured value for <code class="directive"><a href="#maxclients">MaxClients</a></code> for the lifetime of the - Apache process. For the <code class="module"><a href="../mod/worker.html">worker</a></code> MPM, this directive + Apache httpd process. For the <code class="module"><a href="../mod/worker.html">worker</a></code> MPM, this directive in combination with <code class="directive"><a href="#threadlimit">ThreadLimit</a></code> sets the maximum configured value for <code class="directive"><a href="#maxclients">MaxClients</a></code> for the lifetime of the - Apache process. Any attempts to change this directive during a + Apache httpd process. Any attempts to change this directive during a restart will be ignored, but <code class="directive"><a href="#maxclients">MaxClients</a></code> can be modified during a restart.</p> @@ -546,7 +546,7 @@ Apache</a></li> <code class="directive">ServerLimit</code> is set to a value much higher than necessary, extra, unused shared memory will be allocated. If both <code class="directive">ServerLimit</code> and <code class="directive"><a href="#maxclients">MaxClients</a></code> are set to values - higher than the system can handle, Apache may not start or the + higher than the system can handle, Apache httpd may not start or the system may become unstable.</p> <p>With the <code class="module"><a href="../mod/prefork.html">prefork</a></code> MPM, use this directive only @@ -571,7 +571,7 @@ Apache</a></li> <h3>See also</h3> <ul> -<li><a href="../stopping.html">Stopping and Restarting Apache</a></li> +<li><a href="../stopping.html">Stopping and Restarting Apache HTTP Server</a></li> </ul> </div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> @@ -633,11 +633,11 @@ per child process</td></tr> <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr> <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr> <tr><th><a href="directive-dict.html#Module">Module:</a></th><td><code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr> -<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available for <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code> in Apache 2.0.41 +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available for <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code> in Apache HTTP Server 2.0.41 and later</td></tr> </table> <p>This directive sets the maximum configured value for <code class="directive"><a href="#threadsperchild">ThreadsPerChild</a></code> for the lifetime - of the Apache process. Any attempts to change this directive + of the Apache httpd process. Any attempts to change this directive during a restart will be ignored, but <code class="directive"><a href="#threadsperchild">ThreadsPerChild</a></code> can be modified during a restart up to the value of this directive.</p> @@ -646,10 +646,10 @@ and later</td></tr> than <code class="directive"><a href="#threadsperchild">ThreadsPerChild</a></code>, extra unused shared memory will be allocated. If both <code class="directive">ThreadLimit</code> and <code class="directive"><a href="#threadsperchild">ThreadsPerChild</a></code> are set to values - higher than the system can handle, Apache may not start or the + higher than the system can handle, Apache httpd may not start or the system may become unstable. Do not set the value of this directive any higher than your greatest predicted setting of <code class="directive"><a href="#threadsperchild">ThreadsPerChild</a></code> for the - current run of Apache.</p> + current run of Apache httpd.</p> <p>The default value for <code class="directive">ThreadLimit</code> is <code>1920</code> when used with <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code> and @@ -699,7 +699,7 @@ client connections</td></tr> <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr> <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr> <tr><th><a href="directive-dict.html#Module">Module:</a></th><td><code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr> -<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.1 and later</td></tr> +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache HTTP Server 2.1 and later</td></tr> </table> <p>The <code class="directive">ThreadStackSize</code> directive sets the size of the stack (for autodata) of threads which handle client @@ -710,14 +710,14 @@ client connections</td></tr> <ul> <li>On platforms with a relatively small default thread stack size - (e.g., HP-UX), Apache may crash when using some third-party modules + (e.g., HP-UX), Apache httpd may crash when using some third-party modules which use a relatively large amount of autodata storage. Those same modules may have worked fine on other platforms where the default thread stack size is larger. This type of crash is resolved by setting <code class="directive">ThreadStackSize</code> to a value higher than the operating system default. This type of adjustment is necessary only if the provider of the third-party - module specifies that it is required, or if diagnosis of an Apache + module specifies that it is required, or if diagnosis of an Apache httpd crash indicates that the thread stack size was too small.</li> <li>On platforms where the default thread stack size is diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 0099b0c282..669ef02ca9 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -29,7 +29,7 @@ more than one multi-processing module (MPM)</description> <directivesynopsis> <name>CoreDumpDirectory</name> -<description>Directory where Apache attempts to +<description>Directory where Apache HTTP Server attempts to switch before dumping core</description> <syntax>CoreDumpDirectory <var>directory</var></syntax> <default>See usage for the default setting</default> @@ -38,7 +38,7 @@ switch before dumping core</description> <module>worker</module></modulelist> <usage> - <p>This controls the directory to which Apache attempts to + <p>This controls the directory to which Apache httpd attempts to switch before dumping core. If your operating system is configured to create core files in the working directory of the crashing process, <directive>CoreDumpDirectory</directive> is necessary to change working @@ -51,9 +51,9 @@ switch before dumping core</description> of the crashing processes.</p> <note><title>Core Dumps on Linux</title> - <p>If Apache starts as root and switches to another user, the + <p>If Apache httpd starts as root and switches to another user, the Linux kernel <em>disables</em> core dumps even if the directory is - writable for the process. Apache (2.0.46 and later) reenables core dumps + writable for the process. Apache httpd (2.0.46 and later) reenables core dumps on Linux 2.4 and beyond, but only if you explicitly configure a <directive >CoreDumpDirectory</directive>.</p> </note> @@ -150,7 +150,7 @@ of the daemon</description> href="../misc/security_tips.html#serverroot">security</a>.</p> <note><title>Note</title> - <p>As of Apache 2, we recommended that you only use the <program> + <p>As of Apache HTTP Server 2, we recommended that you only use the <program> apachectl</program> script, or the init script that your OS provides, for (re-)starting or stopping the server.</p> </note> @@ -168,16 +168,16 @@ listens to</description> <module>prefork</module><module>worker</module> <module>event</module> </modulelist> -<compatibility>Required directive since Apache 2.0<br/> +<compatibility>Required directive since Apache HTTP Server 2.0<br/> The <var>protocol</var> argument was added in 2.1.5</compatibility> <usage> - <p>The <directive>Listen</directive> directive instructs Apache to + <p>The <directive>Listen</directive> directive instructs Apache httpd to listen to only specific IP addresses or ports; by default it responds to requests on all IP interfaces. <directive>Listen</directive> is now a required directive. If it is not in the config file, the server will fail to start. This is a change from previous versions - of Apache.</p> + of Apache httpd.</p> <p>The <directive>Listen</directive> directive tells the server to accept incoming requests on the specified port or address-and-port @@ -235,7 +235,7 @@ The <var>protocol</var> argument was added in 2.1.5</compatibility> </usage> <seealso><a href="../dns-caveats.html">DNS Issues</a></seealso> -<seealso><a href="../bind.html">Setting which addresses and ports Apache +<seealso><a href="../bind.html">Setting which addresses and ports Apache HTTP Server uses</a></seealso> <seealso><a href="http://wiki.apache.org/httpd/CouldNotBindToAddress">Further @@ -391,7 +391,7 @@ will handle during its life</description> <note><title>Restrictions</title> <p>The range of the <directive>MaxSpareThreads</directive> value - is restricted. Apache will correct the given value automatically + is restricted. Apache httpd will correct the given value automatically according to the following rules:</p> <ul> <li><module>mpm_netware</module> wants the value to be greater than @@ -453,13 +453,13 @@ the child processes</description> <module>worker</module></modulelist> <usage> - <p>Apache uses a scoreboard to communicate between its parent + <p>Apache HTTP Server uses a scoreboard to communicate between its parent and child processes. Some architectures require a file to facilitate - this communication. If the file is left unspecified, Apache first + this communication. If the file is left unspecified, Apache httpd first attempts to create the scoreboard entirely in memory (using anonymous shared memory) and, failing that, will attempt to create the file on disk (using file-based shared memory). Specifying this directive causes - Apache to always create the file on the disk.</p> + Apache httpd to always create the file on the disk.</p> <example><title>Example</title> ScoreBoardFile /var/run/apache_status @@ -474,7 +474,7 @@ the child processes</description> and <a href="../misc/security_tips.html">security</a>.</p> </usage> <seealso><a href="../stopping.html">Stopping and Restarting -Apache</a></seealso> +Apache HTTP Server</a></seealso> </directivesynopsis> <directivesynopsis> @@ -530,12 +530,12 @@ Apache</a></seealso> <p>For the <module>prefork</module> MPM, this directive sets the maximum configured value for <directive module="mpm_common">MaxClients</directive> for the lifetime of the - Apache process. For the <module>worker</module> MPM, this directive + Apache httpd process. For the <module>worker</module> MPM, this directive in combination with <directive module="mpm_common">ThreadLimit</directive> sets the maximum configured value for <directive module="mpm_common">MaxClients</directive> for the lifetime of the - Apache process. Any attempts to change this directive during a + Apache httpd process. Any attempts to change this directive during a restart will be ignored, but <directive module="mpm_common">MaxClients</directive> can be modified during a restart.</p> @@ -545,7 +545,7 @@ Apache</a></seealso> than necessary, extra, unused shared memory will be allocated. If both <directive>ServerLimit</directive> and <directive module="mpm_common">MaxClients</directive> are set to values - higher than the system can handle, Apache may not start or the + higher than the system can handle, Apache httpd may not start or the system may become unstable.</p> <p>With the <module>prefork</module> MPM, use this directive only @@ -572,7 +572,7 @@ Apache</a></seealso> MAX_SERVER_LIMIT in the mpm source file and rebuild the server.</p> </note> </usage> -<seealso><a href="../stopping.html">Stopping and Restarting Apache</a></seealso> +<seealso><a href="../stopping.html">Stopping and Restarting Apache HTTP Server</a></seealso> </directivesynopsis> <directivesynopsis> @@ -637,13 +637,13 @@ per child process</description> <contextlist><context>server config</context></contextlist> <modulelist><module>mpm_winnt</module><module>worker</module> </modulelist> -<compatibility>Available for <module>mpm_winnt</module> in Apache 2.0.41 +<compatibility>Available for <module>mpm_winnt</module> in Apache HTTP Server 2.0.41 and later</compatibility> <usage> <p>This directive sets the maximum configured value for <directive module="mpm_common">ThreadsPerChild</directive> for the lifetime - of the Apache process. Any attempts to change this directive + of the Apache httpd process. Any attempts to change this directive during a restart will be ignored, but <directive module="mpm_common">ThreadsPerChild</directive> can be modified during a restart up to the value of this directive.</p> @@ -654,11 +654,11 @@ and later</compatibility> extra unused shared memory will be allocated. If both <directive>ThreadLimit</directive> and <directive module="mpm_common">ThreadsPerChild</directive> are set to values - higher than the system can handle, Apache may not start or the + higher than the system can handle, Apache httpd may not start or the system may become unstable. Do not set the value of this directive any higher than your greatest predicted setting of <directive module="mpm_common">ThreadsPerChild</directive> for the - current run of Apache.</p> + current run of Apache httpd.</p> <p>The default value for <directive>ThreadLimit</directive> is <code>1920</code> when used with <module>mpm_winnt</module> and @@ -709,7 +709,7 @@ client connections</description> <modulelist><module>mpm_netware</module> <module>mpm_winnt</module><module>worker</module> </modulelist> -<compatibility>Available in Apache 2.1 and later</compatibility> +<compatibility>Available in Apache HTTP Server 2.1 and later</compatibility> <usage> <p>The <directive>ThreadStackSize</directive> directive sets the @@ -721,14 +721,14 @@ client connections</description> <ul> <li>On platforms with a relatively small default thread stack size - (e.g., HP-UX), Apache may crash when using some third-party modules + (e.g., HP-UX), Apache httpd may crash when using some third-party modules which use a relatively large amount of autodata storage. Those same modules may have worked fine on other platforms where the default thread stack size is larger. This type of crash is resolved by setting <directive>ThreadStackSize</directive> to a value higher than the operating system default. This type of adjustment is necessary only if the provider of the third-party - module specifies that it is required, or if diagnosis of an Apache + module specifies that it is required, or if diagnosis of an Apache httpd crash indicates that the thread stack size was too small.</li> <li>On platforms where the default thread stack size is diff --git a/docs/manual/mod/mpm_netware.html.en b/docs/manual/mod/mpm_netware.html.en index 382f1d8ecc..604099cf79 100644 --- a/docs/manual/mod/mpm_netware.html.en +++ b/docs/manual/mod/mpm_netware.html.en @@ -36,7 +36,7 @@ <p>The main thread is responsible for launching child worker threads which listen for connections and serve them when they - arrive. Apache always tries to maintain several <dfn>spare</dfn> + arrive. Apache HTTP Server always tries to maintain several <dfn>spare</dfn> or idle worker threads, which stand ready to serve incoming requests. In this way, clients do not need to wait for a new child threads to be spawned before their requests can be @@ -47,7 +47,7 @@ <code class="directive"><a href="../mod/mpm_common.html#maxsparethreads">MaxSpareThreads</a></code>, and <code class="directive"><a href="#maxthreads">MaxThreads</a></code> regulate how the main thread creates worker threads to serve - requests. In general, Apache is very self-regulating, so most + requests. In general, Apache httpd is very self-regulating, so most sites do not need to adjust these directives from their default values. Sites with limited memory may need to decrease <code class="directive"><a href="#maxthreads">MaxThreads</a></code> to keep the server from thrashing (spawning and terminating idle threads). More information @@ -77,7 +77,7 @@ <h3>See also</h3> <ul class="seealso"> <li><a href="../bind.html">Setting which addresses and - ports Apache uses</a> + ports Apache httpd uses</a> </li> </ul></div> diff --git a/docs/manual/mod/mpm_netware.xml b/docs/manual/mod/mpm_netware.xml index 1685c008e5..11e4a94f17 100644 --- a/docs/manual/mod/mpm_netware.xml +++ b/docs/manual/mod/mpm_netware.xml @@ -35,7 +35,7 @@ <p>The main thread is responsible for launching child worker threads which listen for connections and serve them when they - arrive. Apache always tries to maintain several <dfn>spare</dfn> + arrive. Apache HTTP Server always tries to maintain several <dfn>spare</dfn> or idle worker threads, which stand ready to serve incoming requests. In this way, clients do not need to wait for a new child threads to be spawned before their requests can be @@ -46,7 +46,7 @@ <directive module="mpm_common">MaxSpareThreads</directive>, and <directive module="mpm_netware">MaxThreads</directive> regulate how the main thread creates worker threads to serve - requests. In general, Apache is very self-regulating, so most + requests. In general, Apache httpd is very self-regulating, so most sites do not need to adjust these directives from their default values. Sites with limited memory may need to decrease <directive module="mpm_netware">MaxThreads</directive> to keep the server from @@ -62,7 +62,7 @@ threads to continue servicing requests indefinitely.</p> </summary> <seealso><a href="../bind.html">Setting which addresses and - ports Apache uses</a> + ports Apache httpd uses</a> </seealso> <directivesynopsis location="mpm_common"><name>Listen</name> diff --git a/docs/manual/mod/prefork.xml.de b/docs/manual/mod/prefork.xml.de index 0c8e425c43..0883e92586 100644 --- a/docs/manual/mod/prefork.xml.de +++ b/docs/manual/mod/prefork.xml.de @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?> -<!-- English Revision: 420990:918011 (outdated) --> +<!-- English Revision: 420990:926400 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/mod/prefork.xml.ja b/docs/manual/mod/prefork.xml.ja index 6e706a481e..e694813d09 100644 --- a/docs/manual/mod/prefork.xml.ja +++ b/docs/manual/mod/prefork.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<!-- English Revision: 420990:918011 (outdated) --> +<!-- English Revision: 420990:926400 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/mod/prefork.xml.tr b/docs/manual/mod/prefork.xml.tr index dd5153c20d..f43ad8fdae 100644 --- a/docs/manual/mod/prefork.xml.tr +++ b/docs/manual/mod/prefork.xml.tr @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?> -<!-- English Revision: 713242:918011 (outdated) --> +<!-- English Revision: 713242:926400 (outdated) --> <!-- ===================================================== Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 00e5397f50..c06146c30b 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -282,7 +282,7 @@ headers</td></tr> <tr><td><a href="mod_usertrack.html#cookiestyle">CookieStyle <em>Netscape|Cookie|Cookie2|RFC2109|RFC2965</em></a></td><td> Netscape </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Format of the cookie header field</td></tr> <tr class="odd"><td><a href="mod_usertrack.html#cookietracking">CookieTracking on|off</a></td><td> off </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Enables tracking cookie</td></tr> -<tr><td><a href="mpm_common.html#coredumpdirectory">CoreDumpDirectory <var>directory</var></a></td><td></td><td>s</td><td>M</td></tr><tr><td class="descr" colspan="4">Directory where Apache attempts to +<tr><td><a href="mpm_common.html#coredumpdirectory">CoreDumpDirectory <var>directory</var></a></td><td></td><td>s</td><td>M</td></tr><tr><td class="descr" colspan="4">Directory where Apache HTTP Server attempts to switch before dumping core</td></tr> <tr class="odd"><td><a href="mod_log_config.html#customlog">CustomLog <var>file</var>|<var>pipe</var> <var>format</var>|<var>nickname</var> |