From: brian Date: Thu, 21 Nov 1996 10:47:40 +0000 (+0000) Subject: Another massive sweep, adding SSI header/footer combos. X-Git-Tag: APACHE_1_2b1~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3448d5d6772d9876c42792348dbd91ee69bd3228;p=apache 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 --- 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 @@ Setting which addresses and ports Apache uses - +

Setting which addresses and ports Apache uses


@@ -94,10 +94,7 @@ and <VirtualHost> section. -
-Home -Index - + 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 @@ Setting which addresses and ports Apache uses - +

Setting which addresses and ports Apache uses


@@ -94,10 +94,7 @@ and <VirtualHost> section. -
-Home -Index - + 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 @@ - -

Content Arbitration: MultiViews and *.var files

+ +

Content Arbitration: MultiViews and *.var files

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 foo.jpeg, as opposed to foo, never gets foo.gif). -


-Home -Index - + 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 @@ - -

Content Arbitration: MultiViews and *.var files

+ +

Content Arbitration: MultiViews and *.var files

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 foo.jpeg, as opposed to foo, never gets foo.gif). -


-Home -Index - + 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 @@ - +

Custom error responses

+
Purpose
Additional functionality. Allows webmasters to configure the response of @@ -101,9 +102,7 @@ trace its origin.
Logging: both the original URL and the URL being redirected to, will now be logged correctly in the access log.

-


-Home -Index + 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 @@ - +

Custom error responses

+
Purpose
Additional functionality. Allows webmasters to configure the response of @@ -101,9 +102,7 @@ trace its origin.
Logging: both the original URL and the URL being redirected to, will now be logged correctly in the access log.

-


-Home -Index + 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 @@ +
+ Index 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 @@ - +

Apache's Handler Use

What is a Handler

@@ -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.

-
- -Home -Index - + 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 @@ - +

Apache's Handler Use

What is a Handler

@@ -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.

-
- -Home -Index - + 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 @@ - @@ -6,8 +5,7 @@ - - +

Compiling and Installing Apache

Downloading Apache

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 ResourceConfig directives in httpd.conf. - -
-Home -Index - + - 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 @@ - @@ -6,8 +5,7 @@ - - +

Compiling and Installing Apache

Downloading Apache

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 ResourceConfig directives in httpd.conf. - -
-Home -Index - + - 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 @@ - @@ -6,9 +5,9 @@ - - +

Starting Apache

+

Invoking Apache

The httpd program is either invoked by the Internet daemon inetd 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 virtual hosts. - -
-Home -Index - + - 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 @@ - @@ -6,9 +5,9 @@ - - +

Starting Apache

+

Invoking Apache

The httpd program is either invoked by the Internet daemon inetd 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 virtual hosts. - -
-Home -Index - + - 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 @@ - +

Access Control by URL

The <Location> Directive

@@ -48,11 +48,7 @@ from browsers at foo.com, you might use: </Location> -


- -Home -Index - + 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 @@
User home directories. -
- -Home -Index - + 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 @@ -Server Pool Management with MinSpareServers and MaxSpareServers +Server Pool Management - -

Server Pool Management with MinSpareServers and MaxSpareServers

+ +

Server Pool Management


@@ -45,6 +45,7 @@ simultaneous children that will be allowed, which can be overruled by Apache uses +