]> granicus.if.org Git - apache/commitdiff
Cleaned up the misc directory and busted the following
authorErik Abele <erikabele@apache.org>
Sun, 2 Mar 2003 01:17:31 +0000 (01:17 +0000)
committerErik Abele <erikabele@apache.org>
Sun, 2 Mar 2003 01:17:31 +0000 (01:17 +0000)
files (as proposed some weeks ago):
    misc/custom_errordocs.html
    misc/descriptors.html
    misc/fin_wait_2.html
    misc/known_client_problems.html
    misc/tutorials.html
    images/custom_errordocs.gif

The correspondig links were also removed. What remains
are the Japanese docs:

    urlmapping.xml.ja
    mod/mod_include.xml.ja
    vhosts/fd-limits.xml.ja
    env.xml.ja
    sitemap.xml.ja

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98874 13f79535-47bb-0310-9956-ffa450edef68

19 files changed:
docs/manual/env.html.en
docs/manual/env.xml
docs/manual/index.html.de
docs/manual/index.html.en
docs/manual/index.html.fr
docs/manual/misc/index.html.en
docs/manual/misc/index.xml
docs/manual/mod/mod_include.html.en
docs/manual/mod/mod_include.xml
docs/manual/sitemap.html.de
docs/manual/sitemap.html.en
docs/manual/sitemap.xml
docs/manual/sitemap.xml.de
docs/manual/urlmapping.html.en
docs/manual/urlmapping.xml
docs/manual/vhosts/fd-limits.html.en
docs/manual/vhosts/fd-limits.xml
docs/manual/vhosts/ip-based.html.en
docs/manual/vhosts/ip-based.xml

index 9959b0b0dc037403a7c2f4ea6127e7d04ea54c90..63548e02e0a538e97dd7b55304024b23dfa1a267 100644 (file)
     
         <p>This causes any <code>Vary</code> fields to be removed from
         the response header before it is sent back to the client. Some
-        clients don't interpret this field correctly (see the <a href="misc/known_client_problems.html">known client
-        problems</a> page); setting this variable can work around this
-        problem. Setting this variable also implies
-        <strong>force-response-1.0</strong>.</p>
-    
+        clients don't interpret this field correctly; setting this
+        variable can work around this problem. Setting this variable
+        also implies <strong>force-response-1.0</strong>.</p>
+
     
     <h3><a name="force-response" id="force-response">force-response-1.0</a></h3>
         
index 04299dc6f4dd5c3e94c90d9eb5b96110e0d49dee..fb838df8885a621d3d6c14a320ae9cbd425e13f9 100644 (file)
     
         <p>This causes any <code>Vary</code> fields to be removed from
         the response header before it is sent back to the client. Some
-        clients don't interpret this field correctly (see the <a
-        href="misc/known_client_problems.html">known client
-        problems</a> page); setting this variable can work around this
-        problem. Setting this variable also implies
-        <strong>force-response-1.0</strong>.</p>
-    
+        clients don't interpret this field correctly; setting this
+        variable can work around this problem. Setting this variable
+        also implies <strong>force-response-1.0</strong>.</p>
+
     </section>
     <section id="force-response">
         <title>force-response-1.0</title>
index 9de5139d89cf353ee7cb53b4004b7c3a00b6f328..e24d6580e1f0ba9bd013035309ee4e7ed8acd390 100644 (file)
@@ -203,9 +203,6 @@ href="./">Version 2.1</a></div>
                 <tr><td><a href="sitemap.html">Seitenindex</a>
                 </td></tr>
 
-                <tr><td><a href="misc/tutorials.html">Anleitungen</a>
-                </td></tr>
-
                 <tr><td><a href="developer/">Dokumentation f&uuml;r
                 Entwickler</a> </td></tr>
 
@@ -221,4 +218,4 @@ Documentation Project</a></p><p class="menu"><a
 href="./mod/">Module</a> | <a
 href="./mod/directives.html">Direktiven</a> | <a href="./faq/">FAQ</a>
 | <a href="./glossary.html">Glossar</a> | <a
-href="./sitemap.html">Seitenindex</a></p></div></body></html>
\ No newline at end of file
+href="./sitemap.html">Seitenindex</a></p></div></body></html>
index 58b0c7f7490e8b14de6f738261f60f1c22e451fc..571f3d89604b23b1bf3b64a961d9368a68f5f976 100644 (file)
@@ -202,9 +202,6 @@ href="./">Version 2.1</a></div>
                 <tr><td><a href="sitemap.html">SiteMap</a>
                 </td></tr>
               
-                <tr><td><a href="misc/tutorials.html">Tutorials</a>
-                </td></tr>
-              
                 <tr><td><a href="developer/">Documentation for
                 Developers</a> </td></tr>
               
index 2c02addc7b9046444ebe8c6404ae164e6342bffd..89617420aab965d70763ce5039a7a735df762668 100644 (file)
                 <td><a href="faq/">Foires aux questions</a> </td>
               </tr>
 
-              <tr>
-                <td><a href="misc/tutorials.html">Tutoriels</a>
-                </td>
-              </tr>
-
               <tr>
                 <td><a href="developer/">Documentation pour les
                 d&eacute;veloppeurs</a> </td>
index f289e3b903a523f53db459701706bf9cae7f2152..70cc7e6392fdf0c9004a9e3abc00d3bbd16700b3 100644 (file)
     to the Apache web server development project.</p>
 
     <dl>
-      <dt><a href="custom_errordocs.html">How to use XSSI and
-      Negotiation for custom ErrorDocuments</a></dt>
-
-      <dd>
-        <p>Describes a solution which uses XSSI and negotiation to
-        custom-tailor the Apache ErrorDocuments to taste, adding the
-        advantage of returning internationalized versions of the
-        error messages depending on the client's language
-        preferences.</p>
-      </dd>
-
-      <dt><a href="descriptors.html">File Descriptor use in
-      Apache</a></dt>
-
-      <dd>
-        <p>Describes how Apache uses file descriptors and talks
-        about various limits imposed on the number of descriptors
-        available by various operating systems.</p>
-      </dd>
-
-      <dt><a href="fin_wait_2.html"><code>FIN_WAIT_2</code></a></dt>
-
-      <dd>
-        <p>A description of the causes of Apache processes going
-        into the <code>FIN_WAIT_2</code> state, and what you can do
-        about it.</p>
-      </dd>
-
-      <dt><a href="known_client_problems.html">Known Client
-      Problems</a></dt>
-
-      <dd>
-        <p>A list of problems in HTTP clients which can be mitigated
-        by Apache.</p>
-      </dd>
-
       <dt><a href="perf-tuning.html">Performance Notes - Apache
       Tuning</a></dt>
 
index 465b42c85c8f423c969041cba5bad329900a9684..1789683ad0f9db8d623a4749db8c580585fe5936 100644 (file)
     to the Apache web server development project.</p>
 
     <dl>
-      <dt><a href="custom_errordocs.html">How to use XSSI and
-      Negotiation for custom ErrorDocuments</a></dt>
-
-      <dd>
-        <p>Describes a solution which uses XSSI and negotiation to
-        custom-tailor the Apache ErrorDocuments to taste, adding the
-        advantage of returning internationalized versions of the
-        error messages depending on the client's language
-        preferences.</p>
-      </dd>
-
-      <dt><a href="descriptors.html">File Descriptor use in
-      Apache</a></dt>
-
-      <dd>
-        <p>Describes how Apache uses file descriptors and talks
-        about various limits imposed on the number of descriptors
-        available by various operating systems.</p>
-      </dd>
-
-      <dt><a
-      href="fin_wait_2.html"><code>FIN_WAIT_2</code></a></dt>
-
-      <dd>
-        <p>A description of the causes of Apache processes going
-        into the <code>FIN_WAIT_2</code> state, and what you can do
-        about it.</p>
-      </dd>
-
-      <dt><a href="known_client_problems.html">Known Client
-      Problems</a></dt>
-
-      <dd>
-        <p>A list of problems in HTTP clients which can be mitigated
-        by Apache.</p>
-      </dd>
-
       <dt><a href="perf-tuning.html">Performance Notes - Apache
       Tuning</a></dt>
 
index 451f5e4939eca46d7577de2deb6919cf69f28daf..f6bd956fbd72868e8a235f1376247ca65f736acd 100644 (file)
@@ -56,8 +56,6 @@
 <ul class="seealso">
 <li><code class="directive"><a href="../mod/core.html#options">Options</a></code></li>
 <li><code class="directive"><a href="../mod/core.html#acceptpathinfo">AcceptPathInfo</a></code></li>
-<li><a href="../misc/custom_errordocs.html">International Customized
-Server Error Messages</a></li>
 <li><a href="../filter.html">Filters</a></li>
 <li><a href="../howto/ssi.html">SSI Tutorial</a></li>
 </ul></div>
index 226cefee013a7e204d79801e19159ffdb74ea126..abf9212450d4376eb9620df9c113482d95f3d1b6 100644 (file)
@@ -21,8 +21,6 @@
 </summary>
 <seealso><directive module="core">Options</directive></seealso>
 <seealso><directive module="core">AcceptPathInfo</directive></seealso>
-<seealso><a href="../misc/custom_errordocs.html">International Customized
-Server Error Messages</a></seealso>
 <seealso><a href="../filter.html">Filters</a></seealso>
 <seealso><a href="../howto/ssi.html">SSI Tutorial</a></seealso>
 
index 59976796f8b2274893a1883a931281cf9897869e..715260c10ce8ba48f4d18cb76a65ff979dfdee28 100644 (file)
@@ -98,7 +98,6 @@
 <li><a href="howto/ssi.html">Einführung in Server Side Includes</a></li>
 <li><a href="howto/htaccess.html">.htaccess-Dateien</a></li>
 <li><a href="howto/public_html.html">Web-Verzeichnisse für Benutzer</a></li>
-<li><a href="misc/tutorials.html">Apache-Tutorials</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="platform" id="platform">Plattform-spezifische Anmerkungen</a></h2>
@@ -130,10 +129,6 @@ HPUX betreiben</a></li>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="misc" id="misc">Weitere Apache-Dokumentationen</a></h2>
 <ul><li class="separate"><a href="misc/">Übersicht</a></li>
-<li><a href="misc/custom_errordocs.html">International angepaßte Server-Fehlermeldungen</a></li>
-<li><a href="misc/fin_wait_2.html">Verbindungen im FIN_WAIT_2 und Apache</a></li>
-<li><a href="misc/known_client_problems.html">Bekannte Client-Probleme</a></li>
-<li><a href="misc/descriptors.html">Deskriptoren und Apache</a></li>
 <li><a href="cgi_path.html">PATH_INFO-Änderungen in der CGI-Umgebung</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
index 97284d975243de0fcd86218dede073616a727dd9..474757d052aafa0ef0da33a6aea34c5e16c9eb5c 100644 (file)
@@ -98,7 +98,6 @@
 <li><a href="howto/ssi.html">Introduction to Server Side Includes</a></li>
 <li><a href="howto/htaccess.html">.htaccess files</a></li>
 <li><a href="howto/public_html.html">Per-user web directories</a></li>
-<li><a href="misc/tutorials.html">Apache Tutorials</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="platform" id="platform">Platform-specific Notes</a></h2>
@@ -130,10 +129,6 @@ Server on HPUX</a></li>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section"><h2><a name="misc" id="misc">Apache Miscellaneous Documentation</a></h2>
 <ul><li class="separate"><a href="misc/">Overview</a></li>
-<li><a href="misc/custom_errordocs.html">International Customized Server Error Messages</a></li>
-<li><a href="misc/fin_wait_2.html">Connections in FIN_WAIT_2 and Apache</a></li>
-<li><a href="misc/known_client_problems.html">Known Client Problems</a></li>
-<li><a href="misc/descriptors.html">Descriptors and Apache</a></li>
 <li><a href="cgi_path.html">PATH_INFO Changes in the CGI Environment</a></li>
 </ul>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
index d2e9088d1df8047e3ccc38ab07ea07fd5920478f..04181a7c4a992733548d0c78cdfeb9eacc86984b 100644 (file)
@@ -76,7 +76,6 @@
 <page href="howto/ssi.html">Introduction to Server Side Includes</page>
 <page href="howto/htaccess.html">.htaccess files</page>
 <page href="howto/public_html.html">Per-user web directories</page>
-<page href="misc/tutorials.html">Apache Tutorials</page>
 </category>
 
 <category id="platform">
@@ -111,10 +110,6 @@ Server on HPUX</page>
 <category id="misc">
 <title>Apache Miscellaneous Documentation</title>
 <page separate="yes" href="misc/">Overview</page>
-<page href="misc/custom_errordocs.html">International Customized Server Error Messages</page>
-<page href="misc/fin_wait_2.html">Connections in FIN_WAIT_2 and Apache</page>
-<page href="misc/known_client_problems.html">Known Client Problems</page>
-<page href="misc/descriptors.html">Descriptors and Apache</page>
 <page href="cgi_path.html">PATH_INFO Changes in the CGI Environment</page>
 </category>
 
@@ -221,4 +216,4 @@ Server on HPUX</page>
 <page>Sitemap (this document)</page>
 </category>
 
-</sitemap>
\ No newline at end of file
+</sitemap>
index d60e851b3aac17037a8ae7077e2affc9af28b98f..d8cf6e69fe04ad2a3261c515a07c387972fdd40a 100644 (file)
@@ -77,7 +77,6 @@
 <page href="howto/ssi.html">Einf&#252;hrung in Server Side Includes</page>
 <page href="howto/htaccess.html">.htaccess-Dateien</page>
 <page href="howto/public_html.html">Web-Verzeichnisse f&#252;r Benutzer</page>
-<page href="misc/tutorials.html">Apache-Tutorials</page>
 </category>
 
 <category id="platform">
@@ -112,10 +111,6 @@ HPUX betreiben</page>
 <category id="misc">
 <title>Weitere Apache-Dokumentationen</title>
 <page separate="yes" href="misc/">&#220;bersicht</page>
-<page href="misc/custom_errordocs.html">International angepa&#223;te Server-Fehlermeldungen</page>
-<page href="misc/fin_wait_2.html">Verbindungen im FIN_WAIT_2 und Apache</page>
-<page href="misc/known_client_problems.html">Bekannte Client-Probleme</page>
-<page href="misc/descriptors.html">Deskriptoren und Apache</page>
 <page href="cgi_path.html">PATH_INFO-&#196;nderungen in der CGI-Umgebung</page>
 </category>
 
index 5ff3a0cb22093b13f8ca9f1379706346661dfa1b..e4c9361ce63a7c699972ad4912ed50534e066243 100755 (executable)
@@ -258,8 +258,8 @@ breaking out of the proxy server and requesting directly from
     appearance of this page is controlled with the
     <code class="directive"><a href="./mod/core.html#errordocument">ErrorDocument</a></code> directive
     and can be customized in a flexible manner as discussed in the
-    <a href="custom-error.html">Custom error responses</a> and <a href="misc/custom_errordocs.html">International Server Error
-    Responses</a> documents.</p>
+    <a href="custom-error.html">Custom error responses</a>
+    document.</p>
 </div></div>
 <div id="footer">
 <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
index 9ecf52d3cb96f4e8982f7a204c50016882423ec9..1dd9025a88be3f7ae5535735007038efcf5057ae 100644 (file)
@@ -272,9 +272,8 @@ breaking out of the proxy server and requesting directly from
     appearance of this page is controlled with the
     <directive module="core">ErrorDocument</directive> directive
     and can be customized in a flexible manner as discussed in the
-    <a href="custom-error.html">Custom error responses</a> and <a
-    href="misc/custom_errordocs.html">International Server Error
-    Responses</a> documents.</p>
+    <a href="custom-error.html">Custom error responses</a>
+    document.</p>
 </section>
 
 </manualpage>
index 65d2aa1b6dae02125ca304559d610815a1ae87b8..01c4e63433bc74f2cd4a54500aeefb5e84ec387f 100644 (file)
       </li>
     </ul>
 
-    <p>Please see the <a href="../misc/descriptors.html">Descriptors and Apache</a>
-    document containing further details about file descriptor
-    problems and how they can be solved on your operating
-    system.</p>
-
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
index 52acb4cdfb02152b8a822a6dd54bec2255299696..438ce542504c3faf942b5a3c0b0ddffc3c628349 100644 (file)
       </li>
     </ul>
 
-    <p>Please see the <a
-    href="../misc/descriptors.html">Descriptors and Apache</a>
-    document containing further details about file descriptor
-    problems and how they can be solved on your operating
-    system.</p>
-
 </summary>
 
 <section id="splitlogs"><title>Splitting up your log files</title>
index 354a22426ec5e9d9657903b66773007a31b3a9b8..a7dfa85da974ca417b944a8f16493b8a241c0995 100644 (file)
@@ -55,8 +55,8 @@
       data except via the web. In this case you would need two
       daemons, each running with different <code class="directive"><a href="../mod/mpm_common.html#user">User</a></code>, <code class="directive"><a href="../mod/mpm_common.html#group">Group</a></code>, <code class="directive"><a href="../mod/mpm_common.html#listen">Listen</a></code>, and <code class="directive"><a href="../mod/core.html#serverroot">ServerRoot</a></code> settings.</li>
 
-      <li>You can afford the memory and <a href="../misc/descriptors.html">file descriptor
-      requirements</a> of listening to every IP alias on the
+      <li>You can afford the memory and file descriptor
+      requirements of listening to every IP alias on the
       machine. It's only possible to <code class="directive"><a href="../mod/mpm_common.html#listen">Listen</a></code> to the "wildcard"
       address, or to specific addresses. So if you have a need to
       listen to a specific address for whatever reason, then you
index 5be3ef544f5a568a0ef8eb0ef20249e07b459b62..9586ff43aa6bb42a24c1a37c810047f9eaa9d659 100644 (file)
@@ -43,9 +43,8 @@
       module="mpm_common">Listen</directive>, and <directive
       module="core">ServerRoot</directive> settings.</li>
 
-      <li>You can afford the memory and <a
-      href="../misc/descriptors.html">file descriptor
-      requirements</a> of listening to every IP alias on the
+      <li>You can afford the memory and file descriptor
+      requirements of listening to every IP alias on the
       machine. It's only possible to <directive
       module="mpm_common">Listen</directive> to the "wildcard"
       address, or to specific addresses. So if you have a need to