summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbrian <brian@unknown>1996-11-21 10:47:40 +0000
committerbrian <brian@unknown>1996-11-21 10:47:40 +0000
commit3448d5d6772d9876c42792348dbd91ee69bd3228 (patch)
tree694565b04ee3f881ba82de4cd8f380377cfcb389 /docs
parent7f6ff2bebe2cc546cc314aee6056fcc1bd72f8ad (diff)
downloadhttpd-3448d5d6772d9876c42792348dbd91ee69bd3228.tar.gz
Another massive sweep, adding SSI header/footer combos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77020 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/bind.html7
-rw-r--r--docs/manual/bind.html.en7
-rw-r--r--docs/manual/content-negotiation.html9
-rw-r--r--docs/manual/content-negotiation.html.en9
-rw-r--r--docs/manual/custom-error.html7
-rw-r--r--docs/manual/custom-error.html.en7
-rw-r--r--docs/manual/footer.html2
-rw-r--r--docs/manual/handler.html8
-rw-r--r--docs/manual/handler.html.en8
-rw-r--r--docs/manual/install.html11
-rw-r--r--docs/manual/install.html.en11
-rw-r--r--docs/manual/invoking.html12
-rw-r--r--docs/manual/invoking.html.en12
-rw-r--r--docs/manual/location.html8
-rw-r--r--docs/manual/mod/index.html6
-rw-r--r--docs/manual/process-model.html7
16 files changed, 39 insertions, 92 deletions
diff --git a/docs/manual/bind.html b/docs/manual/bind.html
index 777f79650f..9c6f401d95 100644
--- a/docs/manual/bind.html
+++ b/docs/manual/bind.html
@@ -2,7 +2,7 @@
<title>Setting which addresses and ports Apache uses</title>
</head><body>
-<img src="../images/apache_sub.gif" alt="">
+<!--#include virtual="header.html" -->
<h1>Setting which addresses and ports Apache uses</h1>
<hr>
@@ -94,10 +94,7 @@ and
<a href="core.html#virtualhost">&lt;VirtualHost&gt; section</a>.
</ul>
-<hr>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
diff --git a/docs/manual/bind.html.en b/docs/manual/bind.html.en
index 777f79650f..9c6f401d95 100644
--- a/docs/manual/bind.html.en
+++ b/docs/manual/bind.html.en
@@ -2,7 +2,7 @@
<title>Setting which addresses and ports Apache uses</title>
</head><body>
-<img src="../images/apache_sub.gif" alt="">
+<!--#include virtual="header.html" -->
<h1>Setting which addresses and ports Apache uses</h1>
<hr>
@@ -94,10 +94,7 @@ and
<a href="core.html#virtualhost">&lt;VirtualHost&gt; section</a>.
</ul>
-<hr>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
diff --git a/docs/manual/content-negotiation.html b/docs/manual/content-negotiation.html
index 20825f3661..35db8564b5 100644
--- a/docs/manual/content-negotiation.html
+++ b/docs/manual/content-negotiation.html
@@ -4,8 +4,8 @@
</head>
<body>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<h3>Content Arbitration: MultiViews and *.var files</h3>
+<!--#include virtual="header.html" -->
+<h1>Content Arbitration: MultiViews and *.var files</h1>
The HTTP standard allows clients (i.e., browsers like Mosaic or
Netscape) to specify what data formats they are prepared to accept.
@@ -209,8 +209,5 @@ does, it is simply retrieved as usual. (So, someone who actually asks
for <code>foo.jpeg</code>, as opposed to <code>foo</code>, never gets
<code>foo.gif</code>).
-<P><HR><P>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</body> </html>
diff --git a/docs/manual/content-negotiation.html.en b/docs/manual/content-negotiation.html.en
index 20825f3661..35db8564b5 100644
--- a/docs/manual/content-negotiation.html.en
+++ b/docs/manual/content-negotiation.html.en
@@ -4,8 +4,8 @@
</head>
<body>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<h3>Content Arbitration: MultiViews and *.var files</h3>
+<!--#include virtual="header.html" -->
+<h1>Content Arbitration: MultiViews and *.var files</h1>
The HTTP standard allows clients (i.e., browsers like Mosaic or
Netscape) to specify what data formats they are prepared to accept.
@@ -209,8 +209,5 @@ does, it is simply retrieved as usual. (So, someone who actually asks
for <code>foo.jpeg</code>, as opposed to <code>foo</code>, never gets
<code>foo.gif</code>).
-<P><HR><P>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</body> </html>
diff --git a/docs/manual/custom-error.html b/docs/manual/custom-error.html
index 31c955a2c4..bb4bce4713 100644
--- a/docs/manual/custom-error.html
+++ b/docs/manual/custom-error.html
@@ -4,8 +4,9 @@
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
+<!--#include virtual="header.html" -->
<H1>Custom error responses</H1>
+
<DL>
<DT>Purpose
<DD>Additional functionality. Allows webmasters to configure the response of
@@ -101,9 +102,7 @@ trace its origin.<BR>
Logging: both the original URL and the URL being redirected to, will
now be logged correctly in the access log.<p>
</DL>
-<P><HR>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
diff --git a/docs/manual/custom-error.html.en b/docs/manual/custom-error.html.en
index 31c955a2c4..bb4bce4713 100644
--- a/docs/manual/custom-error.html.en
+++ b/docs/manual/custom-error.html.en
@@ -4,8 +4,9 @@
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
+<!--#include virtual="header.html" -->
<H1>Custom error responses</H1>
+
<DL>
<DT>Purpose
<DD>Additional functionality. Allows webmasters to configure the response of
@@ -101,9 +102,7 @@ trace its origin.<BR>
Logging: both the original URL and the URL being redirected to, will
now be logged correctly in the access log.<p>
</DL>
-<P><HR>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
diff --git a/docs/manual/footer.html b/docs/manual/footer.html
index f612c414a0..d1f330db4b 100644
--- a/docs/manual/footer.html
+++ b/docs/manual/footer.html
@@ -1 +1,3 @@
+<HR>
+
<A HREF="./"><IMG SRC="images/index.gif" ALT="Index"></A>
diff --git a/docs/manual/handler.html b/docs/manual/handler.html
index 4472b3165d..594f537106 100644
--- a/docs/manual/handler.html
+++ b/docs/manual/handler.html
@@ -5,7 +5,7 @@
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
+<!--#include virtual="header.html" -->
<h1>Apache's Handler Use</h1>
<h2>What is a Handler</h2>
@@ -128,11 +128,7 @@ neccessary, the naming convention for handlers is to use a
dash-seperated word, with no slashes, so as to not invade the media
type namespace.</p>
-<hr>
-
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
diff --git a/docs/manual/handler.html.en b/docs/manual/handler.html.en
index 4472b3165d..594f537106 100644
--- a/docs/manual/handler.html.en
+++ b/docs/manual/handler.html.en
@@ -5,7 +5,7 @@
</HEAD>
<BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
+<!--#include virtual="header.html" -->
<h1>Apache's Handler Use</h1>
<h2>What is a Handler</h2>
@@ -128,11 +128,7 @@ neccessary, the naming convention for handlers is to use a
dash-seperated word, with no slashes, so as to not invade the media
type namespace.</p>
-<hr>
-
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
diff --git a/docs/manual/install.html b/docs/manual/install.html
index dd53b73a2e..86f1429d33 100644
--- a/docs/manual/install.html
+++ b/docs/manual/install.html
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
@@ -6,8 +5,7 @@
</HEAD>
<BODY>
-<!--/%hypertext -->
-
+<!--#include virtual="header.html" -->
<h1>Compiling and Installing Apache</h1>
<h2>Downloading Apache</h2>
Information on the latest version of Apache can be found on the Apache
@@ -99,11 +97,6 @@ located by name; to specifically call them by other names, use the
<A HREF="core.html#resourceconfig">ResourceConfig</A> directives in
<code>httpd.conf</code>.
-<!--%hypertext -->
-<hr>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en
index dd53b73a2e..86f1429d33 100644
--- a/docs/manual/install.html.en
+++ b/docs/manual/install.html.en
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
@@ -6,8 +5,7 @@
</HEAD>
<BODY>
-<!--/%hypertext -->
-
+<!--#include virtual="header.html" -->
<h1>Compiling and Installing Apache</h1>
<h2>Downloading Apache</h2>
Information on the latest version of Apache can be found on the Apache
@@ -99,11 +97,6 @@ located by name; to specifically call them by other names, use the
<A HREF="core.html#resourceconfig">ResourceConfig</A> directives in
<code>httpd.conf</code>.
-<!--%hypertext -->
-<hr>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
diff --git a/docs/manual/invoking.html b/docs/manual/invoking.html
index f00b68e459..06025ab0fb 100644
--- a/docs/manual/invoking.html
+++ b/docs/manual/invoking.html
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
@@ -6,9 +5,9 @@
</HEAD>
<BODY>
-<!--/%hypertext -->
-
+<!--#include virtual="header.html" -->
<h1>Starting Apache</h1>
+
<h2>Invoking Apache</h2>
The <code>httpd</code> program is either invoked by the Internet
daemon <code>inetd</code> each time a connection to the HTTP service is made,
@@ -98,11 +97,6 @@ The server will typically log each request to a transfer file,
transfer logs can be set for different <A HREF="core.html#virtualhost">virtual
hosts</A>.
-<!--%hypertext -->
-<hr>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
diff --git a/docs/manual/invoking.html.en b/docs/manual/invoking.html.en
index f00b68e459..06025ab0fb 100644
--- a/docs/manual/invoking.html.en
+++ b/docs/manual/invoking.html.en
@@ -1,4 +1,3 @@
-<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
@@ -6,9 +5,9 @@
</HEAD>
<BODY>
-<!--/%hypertext -->
-
+<!--#include virtual="header.html" -->
<h1>Starting Apache</h1>
+
<h2>Invoking Apache</h2>
The <code>httpd</code> program is either invoked by the Internet
daemon <code>inetd</code> each time a connection to the HTTP service is made,
@@ -98,11 +97,6 @@ The server will typically log each request to a transfer file,
transfer logs can be set for different <A HREF="core.html#virtualhost">virtual
hosts</A>.
-<!--%hypertext -->
-<hr>
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-<!--/%hypertext -->
diff --git a/docs/manual/location.html b/docs/manual/location.html
index a1f4c9ea3f..5f2e7cacb5 100644
--- a/docs/manual/location.html
+++ b/docs/manual/location.html
@@ -5,7 +5,7 @@
</HEAD>
<BODY>
-<IMG SRC="../../images/apache_sub.gif" ALT="">
+<!--#include virtual="header.html" -->
<H1>Access Control by URL</H1>
<h2><a name="location">The <code>&lt;Location&gt;</code> Directive</a></h2>
@@ -48,11 +48,7 @@ from browsers at foo.com, you might use:
&lt;/Location&gt;
</pre>
-<p><hr>
-
-<A HREF="../../"><IMG SRC="../../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
diff --git a/docs/manual/mod/index.html b/docs/manual/mod/index.html
index fa1964842a..feb12c5055 100644
--- a/docs/manual/mod/index.html
+++ b/docs/manual/mod/index.html
@@ -69,10 +69,6 @@
<dd>User home directories.
</dl>
-<hr>
-
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
</BODY>
</HTML>
diff --git a/docs/manual/process-model.html b/docs/manual/process-model.html
index f2c22f9ccc..15aafef810 100644
--- a/docs/manual/process-model.html
+++ b/docs/manual/process-model.html
@@ -1,9 +1,9 @@
<HTML><HEAD>
-<TITLE>Server Pool Management with MinSpareServers and MaxSpareServers</TITLE>
+<TITLE>Server Pool Management</TITLE>
</HEAD><BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
-<H3>Server Pool Management with MinSpareServers and MaxSpareServers</H3>
+<!--#include virtual="header.html" -->
+<H1>Server Pool Management</H1>
<HR>
<P>
@@ -45,6 +45,7 @@ simultaneous children that will be allowed, which can be overruled by
Apache uses
</OL>
+<!--#include virtual="footer.html" -->
</body></html>