You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2002/11/05 19:09:08 UTC

cvs commit: httpd-2.0/docs/manual/platform netware.xml

nd          2002/11/05 10:09:08

  Modified:    docs/manual configuring.xml install.xml sitemap.xml
               docs/manual/howto ssi.xml
               docs/manual/misc fin_wait_2.html known_client_problems.html
               docs/manual/mod mod_autoindex.xml mod_disk_cache.xml
                        mod_log_config.xml mod_mime.xml mod_ssl.xml
               docs/manual/platform netware.xml
  Log:
  fix a lot of weird links and markup
  
  Revision  Changes    Path
  1.4       +1 -1      httpd-2.0/docs/manual/configuring.xml
  
  Index: configuring.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/configuring.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- configuring.xml	31 Jul 2002 20:48:32 -0000	1.3
  +++ configuring.xml	5 Nov 2002 18:09:07 -0000	1.4
  @@ -91,7 +91,7 @@
       <p>Apache is a modular server. This implies that only the most
       basic functionality is included in the core server. Extended
       features are available through <a
  -    href="mod/index-bytype.html">modules</a> which can be loaded
  +    href="mod/">modules</a> which can be loaded
       into Apache. By default, a <a
       href="mod/module-dict.html#Status">base</a> set of modules is
       included in the server at compile-time. If the server is
  
  
  
  1.11      +1 -1      httpd-2.0/docs/manual/install.xml
  
  Index: install.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/install.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- install.xml	25 Oct 2002 23:42:07 -0000	1.10
  +++ install.xml	5 Nov 2002 18:09:07 -0000	1.11
  @@ -405,7 +405,7 @@
       are available in various modules. During the configuration
       process, you must select which modules to compile for use with
       your server. You can view a <a
  -    href="mod/index.html">list of modules</a> included in
  +    href="mod/">list of modules</a> included in
       the documentation. Those modules with a <a
       href="mod/module-dict.html#Status">status</a> of "Base" are
       included by default and must be specifically disabled if you do
  
  
  
  1.9       +1 -1      httpd-2.0/docs/manual/sitemap.xml
  
  Index: sitemap.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/sitemap.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- sitemap.xml	16 Oct 2002 06:56:35 -0000	1.8
  +++ sitemap.xml	5 Nov 2002 18:09:07 -0000	1.9
  @@ -89,7 +89,7 @@
   <page href="platform/netware.html">Using Apache with Novell NetWare</page>
   <page href="platform/perf-hp.html">Running a High-Performance Web
   Server on HPUX</page>
  -<page href="ebcdic.html">The Apache EBCDIC Port</page>
  +<page href="platform/ebcdic.html">The Apache EBCDIC Port</page>
   </category>
   
   <category id="programs">
  
  
  
  1.4       +3 -3      httpd-2.0/docs/manual/howto/ssi.xml
  
  Index: ssi.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/howto/ssi.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ssi.xml	29 Sep 2002 04:51:26 -0000	1.3
  +++ ssi.xml	5 Nov 2002 18:09:07 -0000	1.4
  @@ -91,12 +91,12 @@
       directives would be executed.</p>
   
       <p>The other method is to use the <directive 
  -    module="mod_includes">XBitHack</directive> directive:</p>
  +    module="mod_include">XBitHack</directive> directive:</p>
   <example>
           XBitHack on
   </example>
   
  -    <p><directive module="mod_includes">XBitHack</directive>
  +    <p><directive module="mod_include">XBitHack</directive>
       tells Apache to parse files for SSI
       directives if they have the execute bit set. So, to add SSI
       directives to an existing page, rather than having to change
  @@ -111,7 +111,7 @@
       <code>.html</code> files for SSI, so that you don't have to
       mess with <code>.shtml</code> file names. These folks have
       perhaps not heard about <directive 
  -    module="mod_includes">XBitHack</directive>. The thing to
  +    module="mod_include">XBitHack</directive>. The thing to
       keep in mind is that, by doing this, you're requiring that
       Apache read through every single file that it sends out to
       clients, even if they don't contain any SSI directives. This
  
  
  
  1.22      +1 -1      httpd-2.0/docs/manual/misc/fin_wait_2.html
  
  Index: fin_wait_2.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/misc/fin_wait_2.html,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- fin_wait_2.html	25 Jul 2002 21:46:40 -0000	1.21
  +++ fin_wait_2.html	5 Nov 2002 18:09:08 -0000	1.22
  @@ -52,7 +52,7 @@
   
           <h3>Buggy clients and persistent connections</h3>
           Several clients have a bug which pops up when dealing with
  -        <a href="../keepalive.html">persistent connections</a> (aka
  +        persistent connections (aka
           keepalives). When the connection is idle and the server
           closes the connection (based on the <a
           href="../mod/core.html#keepalivetimeout">KeepAliveTimeout</a>),
  
  
  
  1.22      +1 -2      httpd-2.0/docs/manual/misc/known_client_problems.html
  
  Index: known_client_problems.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/misc/known_client_problems.html,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- known_client_problems.html	25 Jul 2002 21:46:40 -0000	1.21
  +++ known_client_problems.html	5 Nov 2002 18:09:08 -0000	1.22
  @@ -40,8 +40,7 @@
   
       <p>Various of these workarounds are triggered by environment
       variables. The admin typically controls which are set, and for
  -    which clients, by using <a
  -    href="../mod/mod_browser.html">mod_browser</a>. Unless
  +    which clients, by using <code>mod_browser</code>. Unless
       otherwise noted all of these workarounds exist in versions 1.2
       and later.</p>
   
  
  
  
  1.11      +4 -4      httpd-2.0/docs/manual/mod/mod_autoindex.xml
  
  Index: mod_autoindex.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_autoindex.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- mod_autoindex.xml	28 Oct 2002 01:27:24 -0000	1.10
  +++ mod_autoindex.xml	5 Nov 2002 18:09:08 -0000	1.11
  @@ -41,15 +41,15 @@
       <directive module="core">Options</directive> directive for
       more details.</p>
   
  -    <p>If the <directive module="autoindex">FancyIndexing</directive>
  -    option is given with the <directive module="autoindex"
  -    >IndexOptions</directive> directive,
  +    <p>If the <code><a href="#indexoptions:fancyindexing"
  +    >FancyIndexing</a></code> option is given with the <directive
  +    module="mod_autoindex">IndexOptions</directive> directive,
       the column headers are links that control the order of the
       display. If you select a header link, the listing will be
       regenerated, sorted by the values in that column. Selecting the
       same header repeatedly toggles between ascending and descending
       order. These column header links are suppressed with
  -    <directive module="autoindex">IndexOptions</directive> directive's
  +    <directive module="mod_autoindex">IndexOptions</directive> directive's
       <code>SuppressColumnSorting</code> option.</p>
   
       <p>Note that when the display is sorted by "Size", it's the
  
  
  
  1.3       +1 -1      httpd-2.0/docs/manual/mod/mod_disk_cache.xml
  
  Index: mod_disk_cache.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_disk_cache.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mod_disk_cache.xml	24 Oct 2002 18:56:18 -0000	1.2
  +++ mod_disk_cache.xml	5 Nov 2002 18:09:08 -0000	1.3
  @@ -14,7 +14,7 @@
   <note type="warning">
   This module is experimental. Documentation is still under development...
   </note>
  -    <p><module>mod_disk_cache</module> implements a disk based storage manager for use with <module>mod_proxy.</module></p>
  +    <p><module>mod_disk_cache</module> implements a disk based storage manager for use with <module>mod_proxy</module>.</p>
       <p>Content stored and retrived keyed to the URL. Content with
       access protections is not cached.</p>
   <note>
  
  
  
  1.12      +1 -1      httpd-2.0/docs/manual/mod/mod_log_config.xml
  
  Index: mod_log_config.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_log_config.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- mod_log_config.xml	28 Sep 2002 13:27:50 -0000	1.11
  +++ mod_log_config.xml	5 Nov 2002 18:09:08 -0000	1.12
  @@ -230,7 +230,7 @@
       <p>The <directive>CookieLog</directive> directive sets the 
       filename for logging of cookies. The filename is relative to the
       <directive module="core">serverroot</directive>. This directive is
  -    included only for compatibility with <module>mod_cookies</module>,
  +    included only for compatibility with <code>mod_cookies</code>,
       and is deprecated.</p>
   </usage>
   
  
  
  
  1.17      +12 -8     httpd-2.0/docs/manual/mod/mod_mime.xml
  
  Index: mod_mime.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_mime.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- mod_mime.xml	18 Oct 2002 01:32:27 -0000	1.16
  +++ mod_mime.xml	5 Nov 2002 18:09:08 -0000	1.17
  @@ -172,14 +172,18 @@
       which document to give to the client, when there are
       alternative documents in more than one character set, language, 
       encoding or mime type.  All filename extensions associations
  -    created with <module>AddCharset</module>, <module>AddEncoding</module>, 
  -    <module>AddLanguage</module> and <module>AddType</module> directives
  -    (and extensions listed in the <module>MimeMagicFile</module>)
  -    participate in this select process.  Filename extensions that
  -    are only associated using the <module>AddHandler</module>,
  -    <module>AddInputFilter</module> or <module>AddOutputFilter</module>
  -    directives may be included or excluded from matching by using 
  -    the <directive>MultiviewsMatch</directive> directive.</p>
  +    created with <directive module="mod_mime">AddCharset</directive>,
  +    <directive module="mod_mime">AddEncoding</directive>, <directive
  +    module="mod_mime">AddLanguage</directive> and <directive
  +    module="mod_mime">AddType</directive> directives
  +    (and extensions listed in the <directive module="mod_mime_magic"
  +    >MimeMagicFile</directive>) participate in this select process.
  +    Filename extensions that are only associated using the <directive
  +    module="mod_mime">AddHandler</directive>, <directive module="mod_mime"
  +    >AddInputFilter</directive> or <directive module="mod_mime"
  +    >AddOutputFilter</directive> directives may be included or excluded
  +    from matching by using the <directive module="mod_mime"
  +    >MultiviewsMatch</directive> directive.</p>
   
   <section>
   <title>Charset</title>
  
  
  
  1.9       +1 -1      httpd-2.0/docs/manual/mod/mod_ssl.xml
  
  Index: mod_ssl.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ssl.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mod_ssl.xml	5 Sep 2002 23:15:33 -0000	1.8
  +++ mod_ssl.xml	5 Nov 2002 18:09:08 -0000	1.9
  @@ -79,7 +79,7 @@
   
   <p>When <module>mod_ssl</module> is built into Apache or at least
   loaded (under DSO situation) additional functions exist for the <a
  -href="../mod_log_config.html#formats">Custom Log Format</a> of 
  +href="mod_log_config.html#formats">Custom Log Format</a> of 
   <module>mod_log_config</module>. First there is an
   additional ``<code>%{</code><em>varname</em><code>}x</code>''
   eXtension format function which can be used to expand any variables
  
  
  
  1.2       +1 -1      httpd-2.0/docs/manual/platform/netware.xml
  
  Index: netware.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/platform/netware.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- netware.xml	15 Sep 2002 02:25:58 -0000	1.1
  +++ netware.xml	5 Nov 2002 18:09:08 -0000	1.2
  @@ -18,7 +18,7 @@
       <p>The bug reporting page and dev-httpd mailing list are <em>not</em>
       provided to answer questions about configuration or running Apache.
       Before you submit a bug report or request, first consult this document, the
  -    <a href="../faq/index.html">Frequently Asked Questions</a> page and the other
  +    <a href="../faq/">Frequently Asked Questions</a> page and the other
       relevant documentation topics. If you still have a question or problem,
       post it to the <a href="news://developer-forums.novell.com/novell.devsup.webserver">
       novell.devsup.webserver</a> newsgroup, where many Apache users are more than