]> granicus.if.org Git - apache/commitdiff
The semi-regular HTML cleanup of the documentation. There are
authorKen Coar <coar@apache.org>
Thu, 17 Sep 1998 12:33:12 +0000 (12:33 +0000)
committerKen Coar <coar@apache.org>
Thu, 17 Sep 1998 12:33:12 +0000 (12:33 +0000)
some HTML errors (incorrect anchor nesting, primarily) coming in
another commit.

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

25 files changed:
docs/manual/content-negotiation.html
docs/manual/content-negotiation.html.en
docs/manual/install.html
docs/manual/install.html.en
docs/manual/misc/FAQ.html
docs/manual/misc/client_block_api.html
docs/manual/misc/compat_notes.html
docs/manual/misc/descriptors.html
docs/manual/misc/known_client_problems.html
docs/manual/misc/perf-tuning.html
docs/manual/mod/core.html
docs/manual/mod/mod_access.html
docs/manual/mod/mod_actions.html
docs/manual/mod/mod_auth_db.html
docs/manual/mod/mod_log_config.html
docs/manual/mod/mod_mime.html
docs/manual/mod/mod_mime_magic.html
docs/manual/mod/mod_proxy.html
docs/manual/mod/mod_rewrite.html
docs/manual/mod/mod_unique_id.html
docs/manual/platform/perf-dec.html
docs/manual/platform/windows.html
docs/manual/vhosts/host.html
docs/manual/vhosts/name-based.html
docs/manual/vhosts/name-based.html.en

index 75354654d9a05fc767def34b8118b24c5a0fb046..b4f035e8800f4ef2926209da3cb72521452bc13c 100644 (file)
@@ -422,9 +422,9 @@ different naming conventions, because files can have more than one
 extension, and the order of the extensions is normally irrelevant
 (see <A HREF="mod/mod_mime.html">mod_mime</A> documentation for details).
 <P>
-A typical file has a MIME-type extension (e.g. <SAMP>html</SAMP>),
-maybe an encoding extension (e.g. <SAMP>gz</SAMP> and of course a
-language extension (e.g. <SAMP>en</SAMP>) when we have different
+A typical file has a MIME-type extension (<EM>e.g.</EM>, <SAMP>html</SAMP>),
+maybe an encoding extension (<EM>e.g.</EM>, <SAMP>gz</SAMP>), and of course a
+language extension (<EM>e.g.</EM>, <SAMP>en</SAMP>) when we have different
 language variants of this file.
 
 <P>
@@ -489,7 +489,7 @@ hyperlinks:
 
 <P>
 Looking at the table above you will notice that it is always possible to
-use the name without any extensions  in an hyperlink (e.g. <SAMP>foo</SAMP>).
+use the name without any extensions  in an hyperlink (<EM>e.g.</EM>, <SAMP>foo</SAMP>).
 The advantage is that you can hide the actual type of a
 document rsp. file and can change it later, e.g. from <SAMP>html</SAMP>
 to <SAMP>shtml</SAMP> or <SAMP>cgi</SAMP> without changing any
@@ -499,7 +499,7 @@ hyperlink references.
 If you want to continue to use a MIME-type in your hyperlinks (e.g.
 <SAMP>foo.html</SAMP>) the language extension (including an encoding extension
 if there is one) must be on the right hand side of the MIME-type extension
-(e.g. <SAMP>foo.html.en</SAMP>).
+(<EM>e.g.</EM>, <SAMP>foo.html.en</SAMP>).
 
 
 <H2>Note on Caching</H2>
index 75354654d9a05fc767def34b8118b24c5a0fb046..b4f035e8800f4ef2926209da3cb72521452bc13c 100644 (file)
@@ -422,9 +422,9 @@ different naming conventions, because files can have more than one
 extension, and the order of the extensions is normally irrelevant
 (see <A HREF="mod/mod_mime.html">mod_mime</A> documentation for details).
 <P>
-A typical file has a MIME-type extension (e.g. <SAMP>html</SAMP>),
-maybe an encoding extension (e.g. <SAMP>gz</SAMP> and of course a
-language extension (e.g. <SAMP>en</SAMP>) when we have different
+A typical file has a MIME-type extension (<EM>e.g.</EM>, <SAMP>html</SAMP>),
+maybe an encoding extension (<EM>e.g.</EM>, <SAMP>gz</SAMP>), and of course a
+language extension (<EM>e.g.</EM>, <SAMP>en</SAMP>) when we have different
 language variants of this file.
 
 <P>
@@ -489,7 +489,7 @@ hyperlinks:
 
 <P>
 Looking at the table above you will notice that it is always possible to
-use the name without any extensions  in an hyperlink (e.g. <SAMP>foo</SAMP>).
+use the name without any extensions  in an hyperlink (<EM>e.g.</EM>, <SAMP>foo</SAMP>).
 The advantage is that you can hide the actual type of a
 document rsp. file and can change it later, e.g. from <SAMP>html</SAMP>
 to <SAMP>shtml</SAMP> or <SAMP>cgi</SAMP> without changing any
@@ -499,7 +499,7 @@ hyperlink references.
 If you want to continue to use a MIME-type in your hyperlinks (e.g.
 <SAMP>foo.html</SAMP>) the language extension (including an encoding extension
 if there is one) must be on the right hand side of the MIME-type extension
-(e.g. <SAMP>foo.html.en</SAMP>).
+(<EM>e.g.</EM>, <SAMP>foo.html.en</SAMP>).
 
 
 <H2>Note on Caching</H2>
index ad532557e175b9b6a8c3dfe453ac86ea2b2ca0ad..d15c410b7ae5ec11bb5f72be9ef3107b8bde8e6e 100644 (file)
@@ -65,7 +65,7 @@ directory of the Apache distribution. Change into this directory.
  <LI>
   Configure Apache for your operating system. Normally you can just
   type run the <CODE>Configure</CODE> script as given below. However
-  if this fails or you have any special requirements (e.g. to include
+  if this fails or you have any special requirements (<EM>e.g.</EM>, to include
   an additional library required by an optional module) you might need
   to edit one or more of the following options in the
   <CODE>Configuration</CODE> file:
index ad532557e175b9b6a8c3dfe453ac86ea2b2ca0ad..d15c410b7ae5ec11bb5f72be9ef3107b8bde8e6e 100644 (file)
@@ -65,7 +65,7 @@ directory of the Apache distribution. Change into this directory.
  <LI>
   Configure Apache for your operating system. Normally you can just
   type run the <CODE>Configure</CODE> script as given below. However
-  if this fails or you have any special requirements (e.g. to include
+  if this fails or you have any special requirements (<EM>e.g.</EM>, to include
   an additional library required by an optional module) you might need
   to edit one or more of the following options in the
   <CODE>Configuration</CODE> file:
index f69907fbf34038083e9deb10899400413e7b4961..f5e9113bb70ff0e7e47e46cf94f753388606cbcd 100644 (file)
@@ -14,7 +14,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.127 $ ($Date: 1998/09/09 16:01:03 $)
+  $Revision: 1.128 $ ($Date: 1998/09/17 12:33:01 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
     occasional users.
    </LI>
   </UL>
-  <p></P>
+  <P></P>
   <HR>
  </LI>
 
       (dbx) where</CODE>
      </DD>
     </DL>
-    <p></P>
+    <P></P>
     <P>
     (Substitute the appropriate locations for your
     <SAMP>ServerRoot</SAMP> and your <SAMP>httpd</SAMP> and
      <DD><CODE>AddHandler cgi-script .cgi</CODE>
      </DD>
     </DL>
-    <p></P>
+    <P></P>
     <P>
     The server will then recognize that all files in that location (and
     its logical descendants) that end in &quot;<SAMP>.cgi</SAMP>&quot;
     declaration that includes the <SAMP>ExecCGI</SAMP> option.
    </LI>
   </OL>
-  <p></P>
+  <P></P>
   <P>
   In some situations, you might not want to actually
   allow all files named &quot;<SAMP>*.cgi</SAMP>&quot; to be executable.
       RewriteRule   ^quux\.cgi$  -  [T=application/x-httpd-cgi]</CODE>
      </DD>
     </DL>
-    <p></P>
+    <P></P>
    </LI>
    <LI>Make sure that the directory location is covered by an
     <A HREF="../mod/core.html#options"><SAMP>Options</SAMP></A>
     <SAMP>FollowSymLinks</SAMP> option.
    </LI>
   </OL>
-  <p></P>
+  <P></P>
   <HR>
  </LI>
 
     }</CODE>
    </DD>
   </DL>
-  <p></P>
+  <P></P>
   <P>
   This is generally only necessary when you are calling external
   programs from your script that send output to stdout, or if there will
      <DD><CODE>AddHandler server-parsed .shtml</CODE>
      </DD>
     </DL>
-    <p></P>
+    <P></P>
     <P>
     This indicates that all files ending in &quot;.shtml&quot; in that
     location (or its descendants) should be parsed.  Note that using
     BrowserMatch JDK/1.0 force-response-1.0</CODE>
    </DD>
   </DL>
-  <p></P>
+  <P></P>
   <P>
   More information about this issue can be found in the
   <A HREF="http://www.apache.org/info/jdk-102.html"
     This hurts performance and should only be used as a last resort.
    </LI>
   </UL>
-  <p></P>
+  <P></P>
   <HR>
  </LI>
 
      <DD><CODE>EXTRA_CFLAGS=-DMAXIMUM_DNS</CODE>
      </DD>
     </DL>
-    <p></P>
+    <P></P>
     <P>
     This will cause Apache to be very paranoid about making sure a
     particular host address is <EM>really</EM> assigned to the name it
      <DD><CODE>AddType audio/x-midi .mid .midi .kar</CODE>
      </DD>
     </DL>
-    <p></P>
+    <P></P>
     <P>
     Note that this may break browsers that <EM>do</EM> recognize the
     <SAMP>audio/midi</SAMP> MIME type unless they're prepared to also
     EXTRA_LIBS=-lbind</CODE>
    </DD>
   </DL>
-  <p></P>
+  <P></P>
   <HR>
  </LI>
 
     satisfy any</CODE>
    </DD>
   </DL>
-  <p></P>
+  <P></P>
   <P>
   See the <A HREF="#user-authentication">user authentication</A>
   question and the <A HREF="../mod/mod_access.html">mod_access</A>
     <P>
     If you fail to do this, then it is very likely that Apache will fail
     to build.  One of the most common errors is with <CODE>readv</CODE>,
-    <CODE>writev</CODE>, or <CODE>uio.h</CODE>.  This is <B>not</B> a
+    <CODE>writev</CODE>, or <CODE>uio.h</CODE>.  This is <STRONG>not</STRONG> a
     bug with Apache.  You will need to re-install GCC.
    <HR>
   </LI>
    Improvements, modifications and additions should follow these instructions.
    <P>
    In general, the first course of action is to be a member of the
-   <code>new-httpd@apache.org</code> mailing list. This indicates to the Group that
+   <CODE>new-httpd@apache.org</CODE> mailing list. This indicates to the Group that
    you are closely following the latest Apache developments. Your patch file should be
-   generated using either '<code>diff -c</code>' or '<code>diff -u</code>' against the
-   latest CVS tree. To submit your patch, send Email to <code>new-httpd@apache.org</code>
-   with a <code>Subject:</code> line that starts with <code>[PATCH]</code> and
+   generated using either '<CODE>diff -c</CODE>' or '<CODE>diff -u</CODE>' against the
+   latest CVS tree. To submit your patch, send Email to <CODE>new-httpd@apache.org</CODE>
+   with a <CODE>Subject:</CODE> line that starts with <CODE>[PATCH]</CODE> and
    includes a general description of the patch. In the body of the message, the
    patch should be clearly described and then included at the end of the message.
    If the patch-file is long, you can note a URL to the file instead of the file
index e70a8284fc00e7e48153f64d5b6bb5377c2047c3..c451d19fd9e6743426ae71439bf30657fb028ac1 100644 (file)
@@ -61,7 +61,7 @@ accomplished while remaining backwards-compatible.</P>
     <CODE>ap_should_client_block()</CODE>.
     This will tell the module whether or not to read input. If it is 0,
     the module should assume that the input is of a non-entity type
-    (e.g. a GET request). A nonzero response indicates that the module
+    (<EM>e.g.</EM>, a GET request). A nonzero response indicates that the module
     should proceed (to step 3).
     This step also sends a 100 Continue response
     to HTTP/1.1 clients, so should not be called until the module
index b62c204b2548bf85015cf3d512cc779d4c93c473..25c17558e44a2b9564fda413e486cdcc8b739a23 100644 (file)
@@ -86,7 +86,7 @@ client problems</A> page.
 
 <P>
 <LI>Apache's <CODE>&lt;VirtualHost&gt;</CODE> treats all addresses as
-    "optional" (i.e. the server should continue booting if it can't
+    "optional" (<EM>i.e.</EM>, the server should continue booting if it can't
     resolve the address).  Whereas in NCSA the default is to fail
     booting unless an added <CODE>optional</CODE> keyword is included.
 
index 5841e10e1e2dd9c99f779c7347475014a380fe71..dadb7cc78d25788e5f5398759c82e48754500299 100644 (file)
@@ -26,7 +26,7 @@ network socket that it listens on, plus a handful of others.  Libraries
 that Apache uses may also require descriptors.  Normal programs don't
 open up many descriptors at all, and so there are some latent problems
 that you may experience should you start running Apache with many
-descriptors (i.e. with many virtual hosts).
+descriptors (<EM>i.e.</EM>, with many virtual hosts).
 
 <P>The operating system enforces a limit on the number of descriptors
 that a program can have open at a time.  There are typically three limits
index db80d6e7500381aad64150312d2ce0e3c1a28d73..aee18cf9c3bfe370ba0420f4d3cf62efd3d003eb 100644 (file)
@@ -245,19 +245,19 @@ BrowserMatch "Java1\.2beta[23]" nokeepalive
 is usually not a good idea; ideally it gets fixed, new betas or a final release
 comes out, and no one uses the broken old software anymore.  In theory.
 
-<h3><a name="content-type-persistence"><code>Content-Type</code> change
-is not noticed after reload</a></h3>
+<H3><A NAME="content-type-persistence"><CODE>Content-Type</CODE> change
+is not noticed after reload</A></H3>
 
-<p>Navigator (all versions?) will cache the <code>content-type</code>
+<P>Navigator (all versions?) will cache the <CODE>content-type</CODE>
 for an object "forever".  Using reload or shift-reload will not cause
-Navigator to notice a <code>content-type</code> change.  The only
+Navigator to notice a <CODE>content-type</CODE> change.  The only
 work-around is for the user to flush their caches (memory and disk).  By
-way of an example, some folks may be using an old <code>mime.types</code>
-file which does not map <code>.htm</code> to <code>text/html</code>,
-in this case Apache will default to sending <code>text/plain</code>.
-If the user requests the page and it is served as <code>text/plain</code>.
+way of an example, some folks may be using an old <CODE>mime.types</CODE>
+file which does not map <CODE>.htm</CODE> to <CODE>text/html</CODE>,
+in this case Apache will default to sending <CODE>text/plain</CODE>.
+If the user requests the page and it is served as <CODE>text/plain</CODE>.
 After the admin fixes the server, the user will have to flush their caches
-before the object will be shown with the correct <code>text/html</code>
+before the object will be shown with the correct <CODE>text/html</CODE>
 type.
 
 <!--#include virtual="footer.html" -->
index 8e6178bd038e54072b51b81ac7f63962cd0b2cc4..9ab35a0340e62417122ff039ccbcaf927a2b44b1 100644 (file)
@@ -359,7 +359,7 @@ mutex.  Unfortunately SysV-style semaphores have some bad side-effects.
 One is that it's possible Apache will die without cleaning up the semaphore
 (see the <CODE>ipcs(8)</CODE> man page).  The other is that the semaphore
 API allows for a denial of service attack by any CGIs running under the
-same uid as the webserver (i.e. all CGIs unless you use something
+same uid as the webserver (<EM>i.e.</EM>, all CGIs unless you use something
 like suexec or cgiwrapper).  For these reasons this method is not used
 on any architecture except IRIX (where the previous two are prohibitively
 expensive on most IRIX boxes).
@@ -447,13 +447,13 @@ timeout, but it doesn't prohibit it.  On systems without the timeout,
 Apache 1.2 induces many sockets stuck forever in the FIN_WAIT_2 state.
 In many cases this can be avoided by simply upgrading to the latest
 TCP/IP patches supplied by the vendor, in cases where the vendor has
-never released patches (i.e.  SunOS4 -- although folks with a source
+never released patches (<EM>i.e.</EM>,  SunOS4 -- although folks with a source
 license can patch it themselves) we have decided to disable this feature.
 
 <P>There are two ways of accomplishing this.  One is the
 socket option <CODE>SO_LINGER</CODE>.  But as fate would have it,
 this has never been implemented properly in most TCP/IP stacks.  Even
-on those stacks with a proper implementation (i.e. Linux 2.0.31) this
+on those stacks with a proper implementation (<EM>i.e.</EM>, Linux 2.0.31) this
 method proves to be more expensive (cputime) than the next solution.
 
 <P>For the most part, Apache implements this in a function called
@@ -610,7 +610,7 @@ connection.  If the connection was a keep-alive connection and the request
 being serviced was not the first request then the browser will quietly
 reissue the request on a new connection.  It has to do this because the
 server is always free to close a keep-alive connection in between requests
-(i.e. due to a timeout or because of a maximum number of requests).
+(<EM>i.e.</EM>, due to a timeout or because of a maximum number of requests).
 But, if the connection is closed before the first response has been
 received the typical browser will display a "document contains no data"
 dialogue (or a broken image icon).  This is done on the assumption that
@@ -750,7 +750,7 @@ can be deferred by defining <CODE>BUFFERED_LOGS</CODE>.  In this case
 up to <CODE>PIPE_BUF</CODE> bytes (a POSIX defined constant) of log entries
 are buffered before writing.  At no time does it split a log entry
 across a <CODE>PIPE_BUF</CODE> boundary because those writes may not
-be atomic.  (i.e. entries from multiple children could become mixed together).
+be atomic.  (<EM>i.e.</EM>, entries from multiple children could become mixed together).
 The code does it best to flush this buffer when a child dies.
 
 <P>The lingering close code causes four system calls:
index 6d64e93eeb5e069d45a6edc6896ffd761f565d87..53e87878608142b663c31a81819dc21d2cb5a700 100644 (file)
@@ -739,7 +739,7 @@ then an access to <CODE>http://www.my.host.com/index.html</CODE> refers
 to <CODE>/usr/web/index.html</CODE>.
 
 <P>There appears to be a bug in mod_dir which causes problems when the
-DocumentRoot has a trailing slash (i.e. "DocumentRoot /usr/web/") so
+DocumentRoot has a trailing slash (<EM>i.e.</EM>, "DocumentRoot /usr/web/") so
 please avoid that.
 
 <P><HR>
@@ -1704,7 +1704,7 @@ from browsers at foo.com, you might use:
 character has special
 meaning depending on where in a URL it appears.  People may be used
 to its behaviour in the filesystem where multiple adjacent slashes are
-frequently collapsed to a single slash (i.e. <CODE>/home///foo</CODE>
+frequently collapsed to a single slash (<EM>i.e.</EM>, <CODE>/home///foo</CODE>
 is the same as <CODE>/home/foo</CODE>).  In URL-space this is not
 necessarily true.  The <CODE>&lt;LocationMatch&gt;</CODE> directive
 and the regex version of <CODE>&lt;Location&gt;</CODE> require you
@@ -2111,12 +2111,12 @@ Execution of CGI scripts is permitted.
 <DD>
 <!--%plaintext &lt;?INDEX {\tt FollowSymLinks} option&gt; -->
 The server will follow symbolic links in this directory.
-<br>
+<BR>
 <STRONG>Note</STRONG>: even though the server follows the symlink it
 does <EM>not</EM>
 change the pathname used to match against <CODE>&lt;Directory&gt;</CODE>
 sections.
-<br>
+<BR>
 <STRONG>Note</STRONG>: this option gets ignored if set inside a
 &lt;Location&gt; section.
 
@@ -2133,7 +2133,7 @@ Server-side includes are permitted, but the #exec command and
 <DD>
 <!--%plaintext &lt;?INDEX {\tt Indexes} option&gt; -->
 If a URL which maps to a directory is requested, and the there is no
-DirectoryIndex (e.g. index.html) in that directory, then the server will
+DirectoryIndex (<EM>e.g.</EM>, index.html) in that directory, then the server will
 return a formatted listing of the directory.
 <DT>MultiViews
 <DD>
@@ -2145,7 +2145,7 @@ allowed.
 <!--%plaintext &lt;?INDEX {\tt SymLinksIfOwnerMatch} option&gt; -->
 The server will only follow symbolic links for which the target
 file or directory is owned by the same user id as the link.
-<br>
+<BR>
 <STRONG>Note</STRONG>: this option gets ignored if set inside a
 &lt;Location&gt; section.
 </DL>
@@ -2258,7 +2258,7 @@ Apache).<P>
 In the absence of any <A HREF="#listen">Listen</A> or
 <A HREF="#bindaddress">BindAddress</A> directives specifying a port number,
 a Port directive given in the "main server"
-(i.e. outside any <A HREF="#virtualhost">&lt;VirtualHost&gt</A> section)
+(<EM>i.e.</EM>, outside any <A HREF="#virtualhost">&lt;VirtualHost&gt</A> section)
 sets the network port on which the server listens.
 If there are any Listen or BindAddress directives specifying
 <CODE>:number</CODE> then Port has no effect on what address the server
@@ -2608,7 +2608,7 @@ release. (Prior to 1.3b4, <CODE>HAVE_SHMGET</CODE> would have sufficed.)<P>
 
 The server will set the TCP buffer size to the number of bytes
 specified. Very useful to increase past standard OS defaults on high
-speed high latency (i.e. 100ms or so, such as transcontinental
+speed high latency (<EM>i.e.</EM>, 100ms or so, such as transcontinental
 fast pipes)
 <P><HR>
 
@@ -3085,7 +3085,7 @@ meant for httpd requests. It is recommended that you set up a new user and
 group specifically for running the server. Some admins use user
 <CODE>nobody</CODE>, but this is not always possible or desirable.
 For example mod_proxy's cache, when enabled, must be accessible to this user
-(see the <A href="mod_proxy.html#cacheroot"><CODE>CacheRoot</CODE>
+(see the <A HREF="mod_proxy.html#cacheroot"><CODE>CacheRoot</CODE>
 directive</A>).<P>
 
 Notes: If you start the server as a non-root user, it will fail to change
index 3e5675b3d653908743b4317557f029809bb46bea..0c3bb9178c2edd5f374f3419384cfdf7bf173afc 100644 (file)
@@ -70,10 +70,10 @@ The allow directive affects which hosts can access a given directory.
 <DD>The first 1 to 3 bytes of an IP address, for subnet restriction.
 <DT>A network/netmask pair (<STRONG>Apache 1.3 and later</STRONG>)
 <DD>A network a.b.c.d, and a netmask w.x.y.z.  For more fine-grained subnet
-    restriction.  (i.e. 10.1.0.0/255.255.0.0)
+    restriction.  (<EM>i.e.</EM>, 10.1.0.0/255.255.0.0)
 <DT>A network/nnn CIDR specification (<STRONG>Apache 1.3 and later</STRONG>)
 <DD>Similar to the previous case, except the netmask consists of nnn 
-    high-order 1 bits.  (i.e. 10.1.0.0/16 is the same as 10.1.0.0/255.255.0.0)
+    high-order 1 bits.  (<EM>i.e.</EM>, 10.1.0.0/16 is the same as 10.1.0.0/255.255.0.0)
 </DL>
 <P>
 Example:
@@ -177,10 +177,10 @@ The deny directive affects which hosts can access a given directory.
 <DD>The first 1 to 3 bytes of an IP address, for subnet restriction.
 <DT>A network/netmask pair (<STRONG>Apache 1.3 and later</STRONG>)
 <DD>A network a.b.c.d, and a netmask w.x.y.z.  For more fine-grained subnet
-    restriction.  (i.e. 10.1.0.0/255.255.0.0)
+    restriction.  (<EM>i.e.</EM>, 10.1.0.0/255.255.0.0)
 <DT>A network/nnn CIDR specification (<STRONG>Apache 1.3 and later</STRONG>)
 <DD>Similar to the previous case, except the netmask consists of nnn 
-    high-order 1 bits.  (i.e. 10.1.0.0/16 is the same as 10.1.0.0/255.255.0.0)
+    high-order 1 bits.  (<EM>i.e.</EM>, 10.1.0.0/16 is the same as 10.1.0.0/255.255.0.0)
 </DL>
 <P>
 Example:
index 58682094ddae27fb6e4c16d6d21a8172dfeff0f4..60e11a88ba50e0f7bc763f35e5e7926108700181 100644 (file)
@@ -109,7 +109,7 @@ Note that the Script command defines default actions only. If a CGI
 script is called, or some other resource that is capable of handling
 the requested method internally, it will do so. Also note that Script
 with a method of <CODE>GET</CODE> will only be called if there are
-query arguments present (e.g. foo.html?hi). Otherwise, the request
+query arguments present (<EM>e.g.</EM>, foo.html?hi). Otherwise, the request
 will proceed normally.
 </P>
 <P>
index c325e65a51fd83480b709b765c4b812d68a27087..2df31ba2611845f7e322e986b77308494dcef6b1 100644 (file)
@@ -22,7 +22,7 @@ files for those systems which support DB and not DBM. It is only
 available in Apache 1.1 and later.
 
 <P>
-On some BSD systems (e.g. FreeBSD and NetBSD) dbm is automatically mapped to
+On some BSD systems (<EM>e.g.</EM>, FreeBSD and NetBSD) dbm is automatically mapped to
 Berkeley DB. You can use either <A HREF="mod_auth_dbm.html">mod_auth_dbm</A>
 or mod_auth_db. The latter makes it more obvious that it's Berkeley DB.  On
 other platforms where you want to use the DB library you usually have to
index f23ac3daf48094c057b8614a338c29814731c258..246899c2917389085430b2b4b8f69a4d69c82093 100644 (file)
@@ -130,7 +130,7 @@ by the values as follows:
 %...v:          The canonical ServerName of the server serving the request.
 </PRE>
 
-The `...' can be nothing at all (e.g. <CODE>"%h %u %r %s %b"</CODE>), or it can
+The `...' can be nothing at all (<EM>e.g.</EM>, <CODE>"%h %u %r %s %b"</CODE>), or it can
 indicate conditions for inclusion of the item (which will cause it
 to be replaced with `-' if the condition is not met).  Note that
 there is no escaping performed on the strings from %r, %...i and
@@ -151,7 +151,7 @@ requests which did <STRONG>not</STRONG> return some sort of normal status.
 
 Note that the common log format is defined by the string <CODE>"%h %l
 %u %t \"%r\" %s %b"</CODE>, which can be used as the basis for
-extending for format if desired (e.g. to add extra fields at the end).
+extending for format if desired (<EM>e.g.</EM>, to add extra fields at the end).
 NCSA's extended/combined log format would be <CODE>"%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\""</CODE>.
 
 <P>
index e0431b185179074d8cae9898db84923a6f2307be..fb3f9fe6307392c70497fd2522adfe5d54abbf17 100644 (file)
@@ -39,7 +39,7 @@ directive <A HREF="#typesconfig">TypesConfig</A> is used to specify a
 file which also maps extensions onto mime types. The directives <A
 HREF="#forcetype">ForceType</A> and <A
 HREF="#sethandler">SetHandler</A> are used to associated all the files
-in a given location (e.g. a particular directory) onto a particular
+in a given location (<EM>e.g.</EM>, a particular directory) onto a particular
 mime type or handler.
 
 <P>
@@ -123,7 +123,7 @@ Old clients expect <CODE>x-gzip</CODE> and <CODE>x-compress</CODE>,
 however the standard dictates that they're equivalent to <CODE>gzip</CODE>
 and <CODE>compress</CODE> respectively.  Apache does content encoding
 comparisons by ignoring any leading <CODE>x-</CODE>.  When responding
-with an encoding Apache will use whatever form (i.e. <CODE>x-foo</CODE>
+with an encoding Apache will use whatever form (<EM>i.e.</EM>, <CODE>x-foo</CODE>
 or <CODE>foo</CODE>) the client requested.  If the client didn't
 specifically request a particular form Apache will use the form given by
 the <CODE>AddEncoding</CODE> directive.  To make this long story short,
index 8efde7ea568f391beab72d87caf23677a6a3a443..a85e6b46b5b44241ca94ec74983ecaf34e0d2181 100644 (file)
  * - Memory allocation is done through the Apache API's pool structure.
  * - All functions have had necessary Apache API request or server
  *   structures passed to them where necessary to call other Apache API
- *   routines.  (i.e. usually for logging, files, or memory allocation in
+ *   routines.  (<EM>i.e.</EM>, usually for logging, files, or memory allocation in
  *   itself or a called function.)
  * - struct magic has been converted from an array to a single-ended linked
  *   list because it only grows one record at a time, it's only accessed
index 3711c09e381c78eef2e8ece6e51e754ef3af4b44..c6563f436e336272f9bf56e5633d44466d767def 100644 (file)
@@ -467,7 +467,7 @@ The arguments to the NoProxy directive are one of the following type list:
     <DD>A <EM>Domain</EM> is a partially qualified DNS domain name, preceded
         by a period.
         It represents a list of hosts which logically belong to the same DNS
-        domain or zone (i.e. the suffixes of the hostnames are all ending in 
+        domain or zone (<EM>i.e.</EM>, the suffixes of the hostnames are all ending in 
         <EM>Domain</EM>).<BR>
                Examples: <SAMP>.com</SAMP>   <SAMP>.apache.org.</SAMP><BR>
         To distinguish <EM>Domain</EM>s from <A HREF="#hostname"><EM>Hostname</EM></A>s (both
@@ -722,7 +722,7 @@ Apache 1.1 and later.<P>
 
 Sets the name of the directory to contain cache files; this must be
 writable by the httpd server.
-(see the <A href="core.html#user"><CODE>User</CODE></a> directive</a>).<BR>
+(see the <A HREF="core.html#user"><CODE>User</CODE></A> directive</A>).<BR>
 Setting <CODE>CacheRoot</CODE> enables proxy cacheing; without defining
 a <CODE>CacheRoot</CODE>, proxy functionality will be available
 if <CODE>ProxyRequests</CODE> are set to <CODE>On</CODE>, but no
index 69e23e3cdf5ab88faad52dc7b5f75b9869ee5bbb..2b0d0a318fbeabb8e32e56e1b68481a7d0bf57f4 100644 (file)
@@ -743,7 +743,7 @@ close(TXT)</PRE></TD></TR>
     <P>
     Here the source is a Unix program, not a map file. To create it you can use
     the language of your choice, but the result has to be a run-able Unix
-    executable (i.e. either object-code or a script with the
+    executable (<EM>i.e.</EM>, either object-code or a script with the
     magic cookie trick '<CODE>#!/path/to/interpreter</CODE>' as the first line).
     <P>
     This program gets started once at startup of the Apache servers and then
@@ -752,9 +752,9 @@ close(TXT)</PRE></TD></TR>
     receive the key to lookup as a newline-terminated string on
     <CODE>stdin</CODE>. It then has to give back the looked-up value as a
     newline-terminated string on <CODE>stdout</CODE> or the four-character string
-    ``<CODE>NULL</CODE>'' if it fails (i.e. there is no corresponding value
+    ``<CODE>NULL</CODE>'' if it fails (<EM>i.e.</EM>, there is no corresponding value
     for the given key). A trivial program which will implement a 1:1 map
-    (i.e. key == value) could be:
+    (<EM>i.e.</EM>, key == value) could be:
     <P>
 <TABLE BORDER=0 CELLSPACING=1 CELLPADDING=5 BGCOLOR="#F0F0F0">
 <TR><TD><PRE>
@@ -1491,9 +1491,9 @@ comma-separated list of the following flags:
 <P>
 <LI>'<STRONG><CODE>proxy|P</CODE></STRONG>' (force <STRONG>p</STRONG>roxy)<BR>
     This flag forces the substitution part to be internally forced as a proxy
-    request and immediately (i.e. rewriting rule processing stops here) put
+    request and immediately (<EM>i.e.</EM>, rewriting rule processing stops here) put
     through the <A HREF="mod_proxy.html">proxy module</A>. You have to make
-    sure that the substitution string is a valid URI (e.g.  typically starting
+    sure that the substitution string is a valid URI (<EM>e.g.</EM>,  typically starting
     with <CODE>http://</CODE><EM>hostname</EM>) which can be handled by the
     Apache proxy module. If not you get an error from the proxy module. Use
     this flag to achieve a more powerful implementation of the <A
@@ -1699,7 +1699,7 @@ for request ``<CODE>GET /somepath/pathinfo</CODE>'':</STRONG><BR>
 
 <P>
 <STRONG>Inside per-directory configuration for <CODE>/somepath</CODE><BR>
-(i.e. file <CODE>.htaccess</CODE> in dir <CODE>/physical/path/to/somepath</CODE> containing
+(<EM>i.e.</EM>, file <CODE>.htaccess</CODE> in dir <CODE>/physical/path/to/somepath</CODE> containing
 <CODE>RewriteBase /somepath</CODE>)<BR> for
 request ``<CODE>GET /somepath/localpath/pathinfo</CODE>'':</STRONG><BR>
 
index 6756824c96c06b3b7fd56003c61fd48b55f0ad5d..c9c4d3afe931ad362ea28c13914f59932eaff840 100644 (file)
@@ -101,7 +101,7 @@ too far forward, is reset correctly, and then revisits the future time).
 In this case we can easily show that we can get pid and time stamp reuse.
 The choice of initializer for the counter is intended to help defeat this.
 Note that we really want a random number to initialize the counter,
-but there aren't any readily available numbers on most systems (i.e. you
+but there aren't any readily available numbers on most systems (<EM>i.e.</EM>, you
 can't use rand() because you need to seed the generator, and can't seed
 it with the time because time, at least at one second resolution, has
 repeated itself).  This is not a perfect defense.
index 32245e0fbc107baa30563a5c526b2e3bd78fdfc4..61e6314a706c59c88c7d985ac69266921af56c93 100644 (file)
@@ -211,7 +211,7 @@ TUNING
 
         tcp_keepinit            This is the amount of time a partially
                                 established connection will sit on the listen
-                                queue before timing out (e.g. if a client
+                                queue before timing out (<EM>e.g.</EM>, if a client
                                 sends a SYN but never answers our SYN/ACK).
                                 Partially established connections tie up slots
                                 on the listen queue.  If the queue starts to
index 7071e9163ee165b0d52a036ed0e04e5b2b67cb5d..249357cc5e39fbfcacf5a3360f1e14f445d4d99c 100644 (file)
@@ -161,7 +161,7 @@ There are two ways you can run Apache:
     you want Apache to automatically start when you machine boots, and to
     keep Apache running when you log-off.
 
- <LI>From a <a ref="#cmdline">console window</a>. This is the only option available for
+ <LI>From a <A ref="#cmdline">console window</A>. This is the only option available for
     Windows 95 users.
 </UL>
 
@@ -275,13 +275,13 @@ work from the command line.
 When working with Apache it is important to know how it will find the
 configuration files.  Apache will try one of the following, in this order.
 
-<ul>
-<li>A ServerRoot directive via a -C switch.
-<li>The -f switch on the command line.
-<li>The -d switch on the command line.
-<li>A registry entry, created if you did a binary install.
-<li>The server root compiled into the server.
-</ul>
+<UL>
+<LI>A ServerRoot directive via a -C switch.
+<LI>The -f switch on the command line.
+<LI>The -d switch on the command line.
+<LI>A registry entry, created if you did a binary install.
+<LI>The server root compiled into the server.
+</UL>
 
 <P>
 The server root compiled into the server is usually "/apache".
@@ -384,7 +384,7 @@ and to remove the Apache service, use
    to compile Apache if the command-line tools are not installed.
    Project files (<CODE>.DSP</CODE>) are included for each of the
    portions of Apache. To build Apache from the these projects files
-   you will need to build the following projects <i>in this order</i>:
+   you will need to build the following projects <EM>in this order</EM>:
 
  <OL>
    <LI><CODE>os\win32\ApacheOS.dsp</CODE>
index c0b056671595693d1fb560d03b85201ba2ba5647..502b63a59c4fdd328496411d497d5b20ba4d5cfc 100644 (file)
@@ -152,10 +152,10 @@ new browsers can also access it as
 to <CODE>http://www.apache.org/apache/</CODE> (Note: Do not use
 <CODE>http://www.apache.org/</CODE> - this would create an endless
 loop). Then, in the virtual host's pages, be sure to use either purely
-relative links (e.g. "<CODE>file.html</CODE>" or
+relative links (<EM>e.g.</EM>, "<CODE>file.html</CODE>" or
 "<CODE>../icons/image.gif</CODE>" or links containing the prefacing
 <CODE>/apache/</CODE>
-(e.g. "<CODE>http://www.apache.org/apache/file.html</CODE>" or
+(<EM>e.g.</EM>, "<CODE>http://www.apache.org/apache/file.html</CODE>" or
 "<CODE>/apache/docs/1.1/index.html</CODE>").</P>
 
 <P>This requires a bit of
index 1a86a32f703aee453e46ec81de8623452fa612ca..4f3c4fde901be5b1557ab2028a8b0351357ad0d1 100644 (file)
@@ -128,10 +128,10 @@ clients sending a <SAMP>Host:</SAMP> header can also access it as
 <P>In order to make this work, put a link on your primary virtual host's page
 to <SAMP>http://www.domain.tld/domain/</SAMP>
 Then, in the virtual host's pages, be sure to use either purely
-relative links (e.g. "<SAMP>file.html</SAMP>" or
+relative links (<EM>e.g.</EM>, "<SAMP>file.html</SAMP>" or
 "<SAMP>../icons/image.gif</SAMP>" or links containing the prefacing
 <SAMP>/domain/</SAMP>
-(e.g. "<SAMP>http://www.domain.tld/domain/misc/file.html</SAMP>" or
+(<EM>e.g.</EM>, "<SAMP>http://www.domain.tld/domain/misc/file.html</SAMP>" or
 "<SAMP>/domain/misc/file.html</SAMP>").</P>
 
 <P>This requires a bit of
index 1a86a32f703aee453e46ec81de8623452fa612ca..4f3c4fde901be5b1557ab2028a8b0351357ad0d1 100644 (file)
@@ -128,10 +128,10 @@ clients sending a <SAMP>Host:</SAMP> header can also access it as
 <P>In order to make this work, put a link on your primary virtual host's page
 to <SAMP>http://www.domain.tld/domain/</SAMP>
 Then, in the virtual host's pages, be sure to use either purely
-relative links (e.g. "<SAMP>file.html</SAMP>" or
+relative links (<EM>e.g.</EM>, "<SAMP>file.html</SAMP>" or
 "<SAMP>../icons/image.gif</SAMP>" or links containing the prefacing
 <SAMP>/domain/</SAMP>
-(e.g. "<SAMP>http://www.domain.tld/domain/misc/file.html</SAMP>" or
+(<EM>e.g.</EM>, "<SAMP>http://www.domain.tld/domain/misc/file.html</SAMP>" or
 "<SAMP>/domain/misc/file.html</SAMP>").</P>
 
 <P>This requires a bit of