]> granicus.if.org Git - apache/commitdiff
Expand out all the SSI for the last time. This will allow us to
authorJoshua Slive <slive@apache.org>
Wed, 23 Apr 2003 15:00:53 +0000 (15:00 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 23 Apr 2003 15:00:53 +0000 (15:00 +0000)
turn off SSI on httpd.apache.org, except for the /docs/ directory.

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

20 files changed:
docs/manual/developer/API.html
docs/manual/developer/modules.html.ja.jis
docs/manual/dso.html.ko.euc-kr
docs/manual/expand.pl [deleted file]
docs/manual/howto/auth.html.ja.jis
docs/manual/index.html.fr
docs/manual/install.html.ko.euc-kr
docs/manual/mpm.html.ko.euc-kr
docs/manual/new_features_2_0.html.fr
docs/manual/new_features_2_0.html.ko.euc-kr
docs/manual/programs/ab.html
docs/manual/programs/apxs.html
docs/manual/programs/dbmmanage.html
docs/manual/programs/htdigest.html
docs/manual/programs/htpasswd.html
docs/manual/programs/other.html
docs/manual/programs/suexec.html
docs/manual/upgrading.html.fr
docs/manual/upgrading.html.ko.euc-kr
docs/manual/vhosts/name-based.html.ja.jis

index 1d39165b8fb66664be000b7a896589c3721e20de..8ccf04e7faae361bbcfe3256316c1ca376dd194d 100644 (file)
 
   <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
   vlink="#000080" alink="#FF0000">
-    <!--#include virtual="header.html" -->
+        <div align="center">
+      <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 
+
+      <h3>Apache HTTP Server Version 2.1</h3>
+    </div>
+
+
 
     <blockquote>
       <strong>Warning:</strong> This document has not been updated
@@ -1239,7 +1245,14 @@ char *add_redirect(cmd_parms *cmd, void *dummy, char *f, char *url)
     return NULL;
 }
 </pre>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="center">Apache HTTP Server Version 2.1</h3>
+    <a href="./"><img src="../images/index.gif" alt="Index" /></a>
+    <a href="../"><img src="../images/home.gif" alt="Home" /></a>
+
+
+
   </body>
 </html>
 
index ea1dc8cd44a17d54f3af41dd6b5946becf6c9177..573bcd7cabe7a76a58ca897edd89ebc4fba0ead4 100644 (file)
 
   <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
   vlink="#000080" alink="#FF0000">
-    <!--#include virtual="header.html" -->
+        <div align="center">
+      <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 
+
+      <h3>Apache HTTP Server Version 2.1</h3>
+    </div>
+
+
 
     <h1 align="center">\e$B%b%8%e!<%k$r\e(B Apache 1.3 \e$B$+$i\e(B Apache 2.0 \e$B$X\e(B</h1>
 
@@ -234,7 +240,14 @@ module MODULE_VAR_EXPORT [\e$B%b%8%e!<%kL>\e(B]_module =
 
       <li>ap_hook_type_checker <em>(\e$BJ8=q7?$N7hDj$H@_Dj!#$"$k$$$O$=$NJRJ}\e(B)</em></li>
     </ul>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="center">Apache HTTP Server Version 2.1</h3>
+    <a href="./"><img src="../images/index.gif" alt="Index" /></a>
+    <a href="../"><img src="../images/home.gif" alt="Home" /></a>
+
+
+
   </body>
 </html>
 
index e0d5123f1c55f82f19db9a9bd8c952ad552da2d7..82333ced687cfe4d86f59a98683a98481cf404ca 100644 (file)
 
   <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
   vlink="#000080" alink="#FF0000">
-    <!--#include virtual="header.html" -->
+        <div align="center">
+      <img src="images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 
+
+      <h3>Apache HTTP Server Version 2.1</h3>
+    </div>
+
+
+
 
     <h1 align="center">µ¿Àû°øÀ¯°´Ã¼ (DSO) Áö¿ø</h1>
 
@@ -290,7 +297,13 @@ $ apxs -i -a -n foo mod_foo.la
       ´Ù¸¥ Äڵ带 »ç¿ëÇϴ ¹æ¹ýÀº ¾ÆÆÄÄ¡ ÇÙ½ÉÀÌ ±×°ÍÀ» ÂüÁ¶ÇÏ´øÁö,
       <code>dlopen()</code>À¸·Î Á÷Á¢ Äڵ带 ÀоîµéÀ̴ °ÍÀÌ´Ù.</li>
     </ul>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="center">Apache HTTP Server Version 2.1</h3>
+    <a href="./"><img src="images/index.gif" alt="Index" /></a>
+
+
+
   </body>
 </html>
 
diff --git a/docs/manual/expand.pl b/docs/manual/expand.pl
deleted file mode 100644 (file)
index 7ea3087..0000000
+++ /dev/null
@@ -1,104 +0,0 @@
-#!/usr/bin/perl
-
-# This is a very simple Perl script to expand server-side includes
-# in the directory it is run, and direct subdirectories. It will
-# work only on SSI directives of the form
-#
-# <!--#include virtual="filename" -->
-#
-# Filename must be relative to the directory the file appears in.
-#
-# Nov 30, 1996 - Alexei Kosut <akosut@apache.org>
-
-# ====================================================================
-# The Apache Software License, Version 1.1
-#
-# Copyright (c) 2000-2003 The Apache Software Foundation.  All rights
-# reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer.
-#
-# 2. Redistributions in binary form must reproduce the above copyright
-#    notice, this list of conditions and the following disclaimer in
-#    the documentation and/or other materials provided with the
-#    distribution.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by the
-#        Apache Software Foundation (http://www.apache.org/)."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. The names "Apache" and "Apache Software Foundation" must
-#    not be used to endorse or promote products derived from this
-#    software without prior written permission. For written
-#    permission, please contact apache@apache.org.
-#
-# 5. Products derived from this software may not be called "Apache",
-#    nor may "Apache" appear in their name, without prior written
-#    permission of the Apache Software Foundation.
-#
-# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
-# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-# DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
-# ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
-# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
-# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-# SUCH DAMAGE.
-# ====================================================================
-#
-# This software consists of voluntary contributions made by many
-# individuals on behalf of the Apache Software Foundation.  For more
-# information on the Apache Software Foundation, please see
-# <http://www.apache.org/>.
-#
-
-# Put a list of dirs (except ..) into @dirs
-
-opendir DIR, "." or die "Could not open directory: $!";
-@dirs = grep !/^\.\.$/, (grep -d, readdir DIR);
-closedir DIR;
-
-foreach $dir (@dirs) {
-    print "Entering directory $dir\n";
-    opendir SUBDIR, "$dir" or die "Could not open subdir $dir: $!";
-    foreach $file (grep /\.html(\.[^.]+)*$/, readdir SUBDIR) {
-       print "Expanding file $dir/$file\n";
-       rename "$dir/$file", "$dir/${file}.old";
-       open READ, "$dir/${file}.old" or die "Couldn't read $dir/$file: $!";
-       open WRITE, ">$dir/$file" or die "Couldn't write $dir/$file: $!";
-       while ($r = <READ>) {
-           if ($r =~ /<!--#include virtual="(.*)" -->/) {
-               ($pre, $include, $post) = ($`, $1, $');
-               print WRITE $pre;
-
-               open INC, "$dir/$include" or
-                   print "Could not include file $dir/$include: $!";
-               print WRITE while (<INC>);
-               close INC;
-
-               print WRITE $post;
-           }
-           else {
-               print WRITE $r;
-           }
-       }
-       close READ;
-       close WRITE;
-       unlink "$dir/$file.old";
-    }
-    closedir SUBDIR;
-}
-
-
index f4978c16bb9581ebb02697c82bf289059c27a43b..e22c4ee62d5e04201dcee7abe8ef782238aa9024 100644 (file)
 
   <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
   vlink="#000080" alink="#FF0000">
-    <!--#include virtual="header.html" -->
+        <div align="center">
+      <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 
+
+      <h3>Apache HTTP Server Version 2.1</h3>
+    </div>
+
+
 
     <h1 align="center">\e$BG'>Z\e(B</h1>
     <a id="__index__" name="__index__"></a> <!-- INDEX BEGIN -->
index 89617420aab965d70763ce5039a7a735df762668..dcd09c33cdca37220e32e0485ca379768dcf08ad 100644 (file)
         </tr>
       </table>
     </div>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="center">Apache HTTP Server Version 2.1</h3>
+    <a href="./"><img src="images/index.gif" alt="Index" /></a>
+
+
+
   </body>
 </html>
 
index bed8a562d6d61786188eae09e49a5929a212a235..645c80070ccb5acdb6e6a01c9c886245dc2183a1 100644 (file)
 
   <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
   vlink="#000080" alink="#FF0000">
-    <!--#include virtual="header.html" -->
+        <div align="center">
+      <img src="images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 
+
+      <h3>Apache HTTP Server Version 2.1</h3>
+    </div>
+
+
+
 
     <h1 align="center">ÄÄÆÄÀϰú ¼³Ä¡</h1>
 
     <blockquote>
       <code>$ <em>PREFIX</em>/bin/apachectl stop</code>
     </blockquote>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="center">Apache HTTP Server Version 2.1</h3>
+    <a href="./"><img src="images/index.gif" alt="Index" /></a>
+
+
+
   </body>
 </html>
 
index 04d331a21547c88f0e6b0a6ec94dad9c3fcdc30d..5797b6e4bba1a9167aeb49ac2ca3f69328861fd7 100644 (file)
 
   <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
   vlink="#000080" alink="#FF0000">
-    <!--#include virtual="header.html" -->
+        <div align="center">
+      <img src="images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 
+
+      <h3>Apache HTTP Server Version 2.1</h3>
+    </div>
+
+
+
 
     <h1 align="center">¾ÆÆÄÄ¡ ´ÙÁß󸮠¸ðµâ</h1>
 
 
       <li>À©µµ¿ìÁî: winnt</li>
     </ul>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="center">Apache HTTP Server Version 2.1</h3>
+    <a href="./"><img src="images/index.gif" alt="Index" /></a>
+
+
+
   </body>
 </html>
 
index 017605de30eb427b39ef6d185968dd2f13aa0686..efd5746cb3e796b776911017981bd7cd4d68f05c 100644 (file)
 
   <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
   vlink="#000080" alink="#FF0000">
-    <!--#include virtual="header.html" -->
+        <div align="center">
+      <img src="images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 
+
+      <h3>Apache HTTP Server Version 2.1</h3>
+    </div>
+
+
+
 
     <h1 align="center">Aper&ccedil;u des nouvelles
     fonctionnalit&eacute;s d'Apache 2.0</h1>
       dans la version d'Apache 1.3, en ajoutant davantage de
       possibilit&eacute;s de cache.</dd>
     </dl>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="center">Apache HTTP Server Version 2.1</h3>
+    <a href="./"><img src="images/index.gif" alt="Index" /></a>
+
+
+
   </body>
 </html>
 
index a7b5dbbbbedbf76f1cd58e8741a3f9923759853b..b63eada06b155c10d0fa20e3197a3c31c9cba96e 100644 (file)
 
   <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
   vlink="#000080" alink="#FF0000">
-    <!--#include virtual="header.html" -->
+        <div align="center">
+      <img src="images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 
+
+      <h3>Apache HTTP Server Version 2.1</h3>
+    </div>
+
+
+
 
     <h1 align="center">Apache 2.0ÀÇ »õ·Î¿î ±â´É °³¿ä</h1>
 
 
 
     </dl>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="center">Apache HTTP Server Version 2.1</h3>
+    <a href="./"><img src="images/index.gif" alt="Index" /></a>
+
+
+
   </body>
 </html>
 
index 7229bbbb09e92791fa1c241b39c85a6e32f7b3c1..c9e8250b8f0b0f7d20d00a3bb7508cee440de7f1 100644 (file)
 
   <body bgcolor="#ffffff" text="#000000" link="#0000ff"
   vlink="#000080" alink="#ff0000">
-    <!--#include virtual="header.html" -->
+        <div align="center">
+      <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 
+
+      <h3>Apache HTTP Server Version 2.1</h3>
+    </div>
+
+
 
     <h1 align="center">Manual Page: ab</h1>
     <!-- This document was autogenerated from the man page -->
      <strong>httpd(8)</strong>
 
 </pre>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="center">Apache HTTP Server Version 2.1</h3>
+    <a href="./"><img src="../images/index.gif" alt="Index" /></a>
+    <a href="../"><img src="../images/home.gif" alt="Home" /></a>
+
+
   </body>
 </html>
 
index 04eeabe47ace54dfd52c5f376e9cd73c39a644df..9a6b251c48cb7f56aae98d40d446d9cecc4cf31b 100644 (file)
 
   <body bgcolor="#ffffff" text="#000000" link="#0000ff"
   vlink="#000080" alink="#ff0000">
-    <!--#include virtual="header.html" -->
+        <div align="center">
+      <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 
+
+      <h3>Apache HTTP Server Version 2.1</h3>
+    </div>
+
+
 
     <h1 align="center">Manual Page: apxs</h1>
     <!-- This document was autogenerated from the man page -->
      <strong>apachectl(1), httpd(8).</strong>
 
 </pre>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="center">Apache HTTP Server Version 2.1</h3>
+    <a href="./"><img src="../images/index.gif" alt="Index" /></a>
+    <a href="../"><img src="../images/home.gif" alt="Home" /></a>
+
+
   </body>
 </html>
 
index f6adb197bfc97dfdd33e9aafeac193deec71e022..edc8770e620261b8b13b5347e8db48b524effae6 100644 (file)
 
   <body bgcolor="#ffffff" text="#000000" link="#0000ff"
   vlink="#000080" alink="#ff0000">
-    <!--#include virtual="header.html" -->
+        <div align="center">
+      <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 
+
+      <h3>Apache HTTP Server Version 2.1</h3>
+    </div>
+
+
 
     <h1 align="center">Manual Page: dbmmanage</h1>
     <!-- This document was autogenerated from the man page -->
      <strong>httpd(8)</strong>
 
 </pre>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="center">Apache HTTP Server Version 2.1</h3>
+    <a href="./"><img src="../images/index.gif" alt="Index" /></a>
+    <a href="../"><img src="../images/home.gif" alt="Home" /></a>
+
+
   </body>
 </html>
 
index fe65df5e143e216a423a3cdea8e8ca6054171359..545839e2a4584a2f0b30cd196f2ab1d73eaeb7b9 100644 (file)
 
   <body bgcolor="#ffffff" text="#000000" link="#0000ff"
   vlink="#000080" alink="#ff0000">
-    <!--#include virtual="header.html" -->
+        <div align="center">
+      <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 
+
+      <h3>Apache HTTP Server Version 2.1</h3>
+    </div>
+
+
 
     <h1 align="center">Manual Page: htdigest</h1>
     <!-- This document was autogenerated from the man page -->
      <strong>httpd(8)</strong>
 
 </pre>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="center">Apache HTTP Server Version 2.1</h3>
+    <a href="./"><img src="../images/index.gif" alt="Index" /></a>
+    <a href="../"><img src="../images/home.gif" alt="Home" /></a>
+
+
   </body>
 </html>
 
index ba5558dd269f5a9b09b5e2ace0e8614b1e82ede2..ca98f3737c0347f99693174796b1e5448e281cd8 100644 (file)
 
   <body bgcolor="#ffffff" text="#000000" link="#0000ff"
   vlink="#000080" alink="#ff0000">
-    <!--#include virtual="header.html" -->
+        <div align="center">
+      <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 
+
+      <h3>Apache HTTP Server Version 2.1</h3>
+    </div>
+
+
 
     <h1 align="center">Manual Page: htpasswd</h1>
     <!-- This document was autogenerated from the man page -->
      distribution.
 
 </pre>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="center">Apache HTTP Server Version 2.1</h3>
+    <a href="./"><img src="../images/index.gif" alt="Index" /></a>
+    <a href="../"><img src="../images/home.gif" alt="Home" /></a>
+
+
   </body>
 </html>
 
index 80b48194876e954a482ebff0e46982877c1ffe35..f440f7e605c2b9237dfc94b9a9cec5f2aa619ddd 100755 (executable)
 
   <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
   vlink="#000080" alink="#FF0000">
-    <!--#include virtual="header.html" -->
+        <div align="center">
+      <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 
+
+      <h3>Apache HTTP Server Version 2.1</h3>
+    </div>
+
+
 
     <h1 align="center">Other Programs</h1>
 
 
     <p>The combined log file is read from stdin. Records read will
     be appended to any existing log files.</p>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="center">Apache HTTP Server Version 2.1</h3>
+    <a href="./"><img src="../images/index.gif" alt="Index" /></a>
+    <a href="../"><img src="../images/home.gif" alt="Home" /></a>
+
+
   </body>
 </html>
 
index d7440d9ccbf82a28d67f25cd22cc472d6d0c15d6..bea3017af96a5859850e156095579757b8b81a51 100644 (file)
 
   <body bgcolor="#ffffff" text="#000000" link="#0000ff"
   vlink="#000080" alink="#ff0000">
-    <!--#include virtual="header.html" -->
+        <div align="center">
+      <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 
+
+      <h3>Apache HTTP Server Version 2.1</h3>
+    </div>
+
+
 
     <h1 align="center">Manual Page: suexec</h1>
     <!-- This document was autogenerated from the man page -->
      <strong>httpd(8)</strong>
 
 </pre>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="center">Apache HTTP Server Version 2.1</h3>
+    <a href="./"><img src="../images/index.gif" alt="Index" /></a>
+    <a href="../"><img src="../images/home.gif" alt="Home" /></a>
+
+
   </body>
 </html>
 
index 296b138ea993aefb0b66e24794e9806f6ca3f9b4..28d055f8eb5345ff38942a00e46eb38104459d97 100644 (file)
 
   <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
   vlink="#000080" alink="#FF0000">
-    <!--#include virtual="header.html" -->
+        <div align="center">
+      <img src="images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 
+
+      <h3>Apache HTTP Server Version 2.1</h3>
+    </div>
+
+
+
 
     <h1 align="center">Mise &agrave; de la version 1.3 &agrave; la
     version 2.0</h1>
     <strong>ne fonctionneront pas</strong> sur Apache 2.0 sans
     modifications. Plus de d&eacute;tails sont fournis dans la <a
     href="developer/">documentation du d&eacute;veloppeur</a>.</p>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="center">Apache HTTP Server Version 2.1</h3>
+    <a href="./"><img src="images/index.gif" alt="Index" /></a>
+
+
+
   </body>
 </html>
 
index f9b07f94cc8a350bf6e3b6c5eb69a79d17d79345..9406651b40d610fba9183bb0cbf1a84d475acb77 100644 (file)
 
   <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
   vlink="#000080" alink="#FF0000">
-    <!--#include virtual="header.html" -->
+        <div align="center">
+      <img src="images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 
+
+      <h3>Apache HTTP Server Version 2.1</h3>
+    </div>
+
+
+
 
     <h1 align="center">1.3¿¡¼­ 2.0À¸·Î ¾÷±×·¹À̵å</h1>
 
     ¸ÂÃçÁø ±âÁ¸ ¸ðµâÀº ¼öÁ¤¾øÀÌ Apache 2.0¿¡¼­ »ç¿ëÇÒ ¼ö
     <strong>¾ø´Ù</strong>. ÀÚ¼¼ÇÑ Á¤º¸´Â <a href="developer/">°³¹ßÀÚ
     ¹®¼­</a>¸¦ Âü°íÇ϶ó.</p>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="center">Apache HTTP Server Version 2.1</h3>
+    <a href="./"><img src="images/index.gif" alt="Index" /></a>
+
+
+
   </body>
 </html>
 
index ee302fe76e7953d2e0e489f70d4c41dae2b36a09..6c0a2d764f5c66588d894519a5d735102d1d3878 100644 (file)
@@ -9,7 +9,14 @@
   <!-- English revision: 1.17 -->
   <body bgcolor="#ffffff" text="#000000" link="#0000ff"
   vlink="#000080" alink="#ff0000">
-    <!--#include virtual="header.html" -->
+        <div align="center">
+      <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 
+
+      <h3>Apache HTTP Server Version 2.1</h3>
+    </div>
+
+
+
 
     <p>\e$B$3$NJ8=q$G$OL>A0%Y!<%9$N%P!<%A%c%k%[%9%H$r$I$s$J$H$-!"\e(B
     \e$B$^$?$I$&$d$C$F;H$&$N$+$H$$$&$3$H$r@bL@$7$^$9!#\e(B</p>
     \e$B:n@.$7$?%Z!<%8$,8+$($k$H$$$&$3$H$rJ]>Z$7$^$9!#\e(B</p>
 
     <p>\e$B;29M\e(B: <a href="examples.html#serverpath">ServerPath \e$B@_DjNc\e(B</a></p>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="center">Apache HTTP Server Version 2.1</h3>
+    <a href="./"><img src="../images/index.gif" alt="Index" /></a>
+    <a href="../"><img src="../images/home.gif" alt="Home" /></a>
+
   </body>
 </html>