pepper 00/12/02 19:28:38
Modified: htdocs/manual/misc custom_errordocs.html perf-bsd44.html perf-dec.html rewriteguide.html tutorials.html vif-info.html Log: More mismatched </p>s and some mismatched </a>s fixed. More broken entities fixed. Revision Changes Path 1.9 +3 -1 httpd-docs-1.3/htdocs/manual/misc/custom_errordocs.html Index: custom_errordocs.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/custom_errordocs.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- custom_errordocs.html 2000/10/24 19:11:20 1.8 +++ custom_errordocs.html 2000/12/03 03:28:37 1.9 @@ -30,6 +30,7 @@ </UL> <HR> <H2><A NAME="intro">Introduction</A></H2> +<p> This document describes an easy way to provide your apache WWW server with a set of customized error messages which take advantage of <A HREF="../content-negotiation.html">Content Negotiation</A> @@ -60,6 +61,8 @@ your personal taste (or your company's conventions). For demonstration purposes, we present a simple generic error document scheme. For this hypothetic server, we assume that all error messages... +</P> + <UL> <LI>possibly are served by different virtual hosts (different host name, different IP address, or different port) on the server machine, @@ -71,7 +74,6 @@ <LI>display an apache logo and a feedback email address at the bottom of the error message. </UL> -</P> <P> An example of a "document not found" message for a german client might 1.15 +1 -3 httpd-docs-1.3/htdocs/manual/misc/perf-bsd44.html Index: perf-bsd44.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/perf-bsd44.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perf-bsd44.html 2000/08/19 01:52:50 1.14 +++ perf-bsd44.html 2000/12/03 03:28:37 1.15 @@ -242,9 +242,7 @@ often maxed out.</BLOCKQUOTE> <P> -<A NAME="accf"> -<H2>Accept filtering on FreeBSD</H2> -</A> +<H2><A NAME="accf">Accept filtering on FreeBSD</A></H2> <P> 1.10 +0 -2 httpd-docs-1.3/htdocs/manual/misc/perf-dec.html Index: perf-dec.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/perf-dec.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perf-dec.html 1999/04/30 13:20:05 1.9 +++ perf-dec.html 2000/12/03 03:28:37 1.10 @@ -110,8 +110,6 @@ -Jeff -<HR> - ---------------------------------------------------------------------------- From [EMAIL PROTECTED] (Jeffrey Mogul) 1.9 +1 -1 httpd-docs-1.3/htdocs/manual/misc/rewriteguide.html Index: rewriteguide.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/rewriteguide.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- rewriteguide.html 2000/05/28 13:52:39 1.8 +++ rewriteguide.html 2000/12/03 03:28:38 1.9 @@ -22,7 +22,7 @@ </H1> <ADDRESS>Originally written by<BR> -Ralf S. Engelschall <[EMAIL PROTECTED]><BR> +Ralf S. Engelschall <[EMAIL PROTECTED]><BR> December 1997</ADDRESS> </DIV> 1.4 +1 -1 httpd-docs-1.3/htdocs/manual/misc/tutorials.html Index: tutorials.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/tutorials.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tutorials.html 2000/10/05 19:11:21 1.3 +++ tutorials.html 2000/12/03 03:28:38 1.4 @@ -24,7 +24,7 @@ read on external sites. -<H2>Installation & Getting Started</H2> +<H2>Installation & Getting Started</H2> <UL> 1.11 +2 -2 httpd-docs-1.3/htdocs/manual/misc/vif-info.html Index: vif-info.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/vif-info.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- vif-info.html 1998/09/17 14:14:53 1.10 +++ vif-info.html 2000/12/03 03:28:38 1.11 @@ -197,7 +197,7 @@ for (i=0; i<NVIF; i++) { - ifp = &vif_softc[i].vif_if; + ifp = &vif_softc[i].vif_if; ifp->if_name = "vif"; ifp->if_unit = i; ifp->if_mtu = VIFMTU; @@ -279,7 +279,7 @@ * Place interface pointer before the data * for the receiving protocol. */ - if (m0->m_off <= MMAXOFF && + if (m0->m_off <= MMAXOFF && m0->m_off >= MMINOFF + sizeof(struct ifnet *)) { m0->m_off -= sizeof(struct ifnet *); m0->m_len += sizeof(struct ifnet *);