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/17 07:28:40 UTC

cvs commit: httpd-2.0/docs/manual/vhosts index.xml

nd          2002/11/16 22:28:40

  Modified:    docs/manual/howto cgi.xml htaccess.xml index.xml
                        public_html.xml ssi.xml
               docs/manual/misc index.xml perf-tuning.xml rewriteguide.xml
                        security_tips.xml
               docs/manual/platform ebcdic.xml index.xml netware.xml
                        perf-hp.xml win_compiling.xml win_service.xml
                        windows.xml
               docs/manual/ssl index.xml ssl_compat.xml ssl_faq.xml
                        ssl_howto.xml ssl_intro.xml
               docs/manual/vhosts index.xml
  Log:
  - add several <parentdocument>s
  - mention the rewriteguide on misc/index
    (hmm, what about the perf-hp document in /platform/?
     Is it still on topic?)
  
  Revision  Changes    Path
  1.2       +1 -0      httpd-2.0/docs/manual/howto/cgi.xml
  
  Index: cgi.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/howto/cgi.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cgi.xml	16 Sep 2002 02:22:45 -0000	1.1
  +++ cgi.xml	17 Nov 2002 06:28:39 -0000	1.2
  @@ -3,6 +3,7 @@
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   <manualpage>
     <relativepath href=".." />
  +  <parentdocument href="./">How-To / Tutorials</parentdocument>
   
     <title>Apache Tutorial: Dynamic Content with CGI</title>
   
  
  
  
  1.5       +1 -0      httpd-2.0/docs/manual/howto/htaccess.xml
  
  Index: htaccess.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/howto/htaccess.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- htaccess.xml	9 Oct 2002 01:16:06 -0000	1.4
  +++ htaccess.xml	17 Nov 2002 06:28:39 -0000	1.5
  @@ -3,6 +3,7 @@
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   <manualpage>
   <relativepath href=".."/>
  +<parentdocument href="./">How-To / Tutorials</parentdocument>
   
   <title>Apache Tutorial: .htaccess files</title>
   
  
  
  
  1.2       +1 -0      httpd-2.0/docs/manual/howto/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/howto/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	5 Nov 2002 19:50:12 -0000	1.1
  +++ index.xml	17 Nov 2002 06:28:39 -0000	1.2
  @@ -4,6 +4,7 @@
   
   <manualpage>
     <relativepath href=".." />
  +  <parentdocument href="../"/>
   
     <title>How-To / Tutorials</title>
   
  
  
  
  1.4       +1 -0      httpd-2.0/docs/manual/howto/public_html.xml
  
  Index: public_html.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/howto/public_html.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- public_html.xml	14 Oct 2002 17:00:38 -0000	1.3
  +++ public_html.xml	17 Nov 2002 06:28:39 -0000	1.4
  @@ -3,6 +3,7 @@
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   <manualpage>
   <relativepath href=".."/>
  +<parentdocument href="./">How-To / Tutorials</parentdocument>
   
     <title>Per-user web directories</title>
   
  
  
  
  1.5       +1 -0      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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ssi.xml	5 Nov 2002 18:09:07 -0000	1.4
  +++ ssi.xml	17 Nov 2002 06:28:39 -0000	1.5
  @@ -3,6 +3,7 @@
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   <manualpage>
   <relativepath href=".."/>
  +<parentdocument href="./">How-To / Tutorials</parentdocument>
   
   <title>Apache Tutorial: Introduction to Server Side Includes</title>
   
  
  
  
  1.2       +14 -3     httpd-2.0/docs/manual/misc/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/misc/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	22 Sep 2002 20:04:12 -0000	1.1
  +++ index.xml	17 Nov 2002 06:28:40 -0000	1.2
  @@ -4,6 +4,7 @@
   
   <manualpage>
     <relativepath href=".." />
  +  <parentdocument href="../"/>
   
     <title>Apache Miscellaneous Documentation</title>
   
  @@ -59,11 +60,12 @@
           does some things, and why it doesn't do other things (which
           make it slower/faster).</p>
   
  -        <note type="warning"><strong>Warning:</strong>
  -        This document has not been fully updated
  +        <note type="warning"><title>Warning</title>
  +        <p>This document has not been fully updated
           to take into account changes made in the 2.0 version of the
           Apache HTTP Server. Some of the information may still be
  -        relevant, but please use it with care.</note>
  +        relevant, but please use it with care.</p>
  +        </note>
   
         </dd>
   
  @@ -72,6 +74,15 @@
         <dd>
           <p>Some "do"s - and "don't"s - for keeping your Apache web
           site secure.</p>
  +      </dd>
  +
  +      <dt><a href="rewriteguide.html">URL Rewriting Guide</a></dt>
  +      <dd>
  +        <p>This document supplements the <module>mod_rewrite</module>
  +        <a href="../mod/mod_rewrite.html">reference documentation</a>.
  +        It describes how one can use Apache's <module>mod_rewrite</module>
  +        to solve typical URL-based problems webmasters are usually confronted
  +        with in practice.</p>
         </dd>
       </dl>
   
  
  
  
  1.3       +1 -0      httpd-2.0/docs/manual/misc/perf-tuning.xml
  
  Index: perf-tuning.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/misc/perf-tuning.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- perf-tuning.xml	14 Oct 2002 18:25:07 -0000	1.2
  +++ perf-tuning.xml	17 Nov 2002 06:28:40 -0000	1.3
  @@ -4,6 +4,7 @@
   
   <manualpage>
     <relativepath href=".." />
  +  <parentdocument href="./">Miscellaneous Documentation</parentdocument>
   
     <title>Apache Performance Notes</title>
   
  
  
  
  1.4       +1 -0      httpd-2.0/docs/manual/misc/rewriteguide.xml
  
  Index: rewriteguide.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/misc/rewriteguide.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- rewriteguide.xml	9 Oct 2002 01:16:06 -0000	1.3
  +++ rewriteguide.xml	17 Nov 2002 06:28:40 -0000	1.4
  @@ -4,6 +4,7 @@
   
   <manualpage>
     <relativepath href=".." />
  +  <parentdocument href="./">Miscellaneous Documentation</parentdocument>
   
     <title>URL Rewriting Guide</title>
   
  
  
  
  1.4       +1 -0      httpd-2.0/docs/manual/misc/security_tips.xml
  
  Index: security_tips.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/misc/security_tips.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- security_tips.xml	7 Nov 2002 12:32:20 -0000	1.3
  +++ security_tips.xml	17 Nov 2002 06:28:40 -0000	1.4
  @@ -4,6 +4,7 @@
   
   <manualpage>
     <relativepath href=".." />
  +  <parentdocument href="./">Miscellaneous Documentation</parentdocument>
   
     <title>Security Tips</title>
     
  
  
  
  1.3       +1 -0      httpd-2.0/docs/manual/platform/ebcdic.xml
  
  Index: ebcdic.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/platform/ebcdic.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ebcdic.xml	29 Sep 2002 04:51:26 -0000	1.2
  +++ ebcdic.xml	17 Nov 2002 06:28:40 -0000	1.3
  @@ -4,6 +4,7 @@
   
   <manualpage>
     <relativepath href=".." />
  +  <parentdocument href="./">Platform Specific Notes</parentdocument>
   
     <title>The Apache EBCDIC Port</title>
   
  
  
  
  1.2       +1 -0      httpd-2.0/docs/manual/platform/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/platform/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	21 Sep 2002 18:14:00 -0000	1.1
  +++ index.xml	17 Nov 2002 06:28:40 -0000	1.2
  @@ -4,6 +4,7 @@
   
   <manualpage>
     <relativepath href=".." />
  +  <parentdocument href="../"/>
   
     <title>Platform Specific Notes</title>
   
  
  
  
  1.3       +1 -0      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- netware.xml	5 Nov 2002 18:09:08 -0000	1.2
  +++ netware.xml	17 Nov 2002 06:28:40 -0000	1.3
  @@ -4,6 +4,7 @@
   
   <manualpage>
     <relativepath href=".." />
  +  <parentdocument href="./">Platform Specific Notes</parentdocument>
   
     <title>Using Apache With Novell NetWare</title>
   
  
  
  
  1.2       +1 -0      httpd-2.0/docs/manual/platform/perf-hp.xml
  
  Index: perf-hp.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/platform/perf-hp.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- perf-hp.xml	15 Sep 2002 02:25:58 -0000	1.1
  +++ perf-hp.xml	17 Nov 2002 06:28:40 -0000	1.2
  @@ -4,6 +4,7 @@
   
   <manualpage>
     <relativepath href=".." />
  +  <parentdocument href="./">Platform Specific Notes</parentdocument>
   
     <title>Running a High-Performance Web Server on HPUX</title>
   
  
  
  
  1.2       +1 -0      httpd-2.0/docs/manual/platform/win_compiling.xml
  
  Index: win_compiling.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/platform/win_compiling.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- win_compiling.xml	16 Sep 2002 15:41:31 -0000	1.1
  +++ win_compiling.xml	17 Nov 2002 06:28:40 -0000	1.2
  @@ -4,6 +4,7 @@
   
   <manualpage>
     <relativepath href=".." />
  +  <parentdocument href="./">Platform Specific Notes</parentdocument>
   
     <title>Compiling Apache for Microsoft Windows</title>
   
  
  
  
  1.2       +1 -0      httpd-2.0/docs/manual/platform/win_service.xml
  
  Index: win_service.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/platform/win_service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- win_service.xml	16 Sep 2002 15:41:31 -0000	1.1
  +++ win_service.xml	17 Nov 2002 06:28:40 -0000	1.2
  @@ -4,6 +4,7 @@
   
   <manualpage>
     <relativepath href=".." />
  +  <parentdocument href="./">Platform Specific Notes</parentdocument>
   
     <title>Running Apache for Windows as a Service</title>
   
  
  
  
  1.5       +1 -0      httpd-2.0/docs/manual/platform/windows.xml
  
  Index: windows.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/platform/windows.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- windows.xml	28 Sep 2002 01:41:47 -0000	1.4
  +++ windows.xml	17 Nov 2002 06:28:40 -0000	1.5
  @@ -4,6 +4,7 @@
   
   <manualpage>
     <relativepath href=".." />
  +  <parentdocument href="./">Platform Specific Notes</parentdocument>
   
     <title>Using Apache with Microsoft Windows</title>
   
  
  
  
  1.3       +1 -0      httpd-2.0/docs/manual/ssl/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/ssl/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	29 Sep 2002 00:11:28 -0000	1.2
  +++ index.xml	17 Nov 2002 06:28:40 -0000	1.3
  @@ -3,6 +3,7 @@
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   <manualpage>
   <relativepath href=".."/>
  +<parentdocument href="../"/>
   
     <title>Apache SSL/TLS Encryption</title>
   
  
  
  
  1.3       +1 -0      httpd-2.0/docs/manual/ssl/ssl_compat.xml
  
  Index: ssl_compat.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/ssl/ssl_compat.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ssl_compat.xml	29 Sep 2002 00:11:28 -0000	1.2
  +++ ssl_compat.xml	17 Nov 2002 06:28:40 -0000	1.3
  @@ -3,6 +3,7 @@
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   <manualpage>
   <relativepath href=".."/>
  +<parentdocument href="./">SSL/TLS</parentdocument>
   
     <title>SSL/TLS Strong Encryption: Compatibility</title>
   
  
  
  
  1.3       +1 -0      httpd-2.0/docs/manual/ssl/ssl_faq.xml
  
  Index: ssl_faq.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/ssl/ssl_faq.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ssl_faq.xml	29 Sep 2002 00:11:28 -0000	1.2
  +++ ssl_faq.xml	17 Nov 2002 06:28:40 -0000	1.3
  @@ -3,6 +3,7 @@
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   <manualpage>
   <relativepath href=".."/>
  +<parentdocument href="./">SSL/TLS</parentdocument>
   
     <title>SSL/TLS Strong Encryption: FAQ</title>
   
  
  
  
  1.3       +1 -0      httpd-2.0/docs/manual/ssl/ssl_howto.xml
  
  Index: ssl_howto.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/ssl/ssl_howto.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ssl_howto.xml	9 Oct 2002 01:16:06 -0000	1.2
  +++ ssl_howto.xml	17 Nov 2002 06:28:40 -0000	1.3
  @@ -3,6 +3,7 @@
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   <manualpage>
   <relativepath href=".."/>
  +<parentdocument href="./">SSL/TLS</parentdocument>
   
     <title>SSL/TLS Strong Encryption: How-To</title>
   
  
  
  
  1.3       +1 -0      httpd-2.0/docs/manual/ssl/ssl_intro.xml
  
  Index: ssl_intro.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/ssl/ssl_intro.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ssl_intro.xml	5 Nov 2002 19:00:04 -0000	1.2
  +++ ssl_intro.xml	17 Nov 2002 06:28:40 -0000	1.3
  @@ -3,6 +3,7 @@
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   <manualpage>
   <relativepath href=".."/>
  +<parentdocument href="./">SSL/TLS</parentdocument>
   
     <title>SSL/TLS Strong Encryption: An Introduction</title>
   
  
  
  
  1.2       +1 -0      httpd-2.0/docs/manual/vhosts/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/vhosts/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	4 Oct 2002 15:12:04 -0000	1.1
  +++ index.xml	17 Nov 2002 06:28:40 -0000	1.2
  @@ -4,6 +4,7 @@
   
   <manualpage>
   <relativepath href=".."/>
  +<parentdocument href="../"/>
   
      <title>Apache Virtual Host documentation</title>