<H3>Introduction</H3>
<P>Apache is a general webserver, which is designed to be correct first, and
-fast second. Even so, it's performance is quite satisfactory. Most
+fast second. Even so, its performance is quite satisfactory. Most
sites have less than 10Mbits of outgoing bandwidth, which Apache can
fill using only a low end Pentium-based webserver. In practice sites
with more bandwidth require more than one machine to fill the bandwidth
The ImapDefault directive sets the default <CODE>default</CODE> used in
-the imagemap files. It's value is overridden by a <CODE>default</CODE>
+the imagemap files. Its value is overridden by a <CODE>default</CODE>
directive within the imagemap file. If not present, the
<CODE>default</CODE> action is <CODE>nocontent</CODE>, which means
that a <CODE>204 No Content</CODE> is sent to the client. In this
1.1 and later.<P>
The ImapBase directive sets the default <CODE>base</CODE> used in
-the imagemap files. It's value is overridden by a <CODE>base</CODE>
+the imagemap files. Its value is overridden by a <CODE>base</CODE>
directive within the imagemap file. If not present, the
<CODE>base</CODE> defaults to <CODE>http://servername/</CODE>.
<P>
But all this functionality and flexibility has its drawback: complexity. So
-don't expect to understand this module in it's whole in just one day.
+don't expect to understand this module in its whole in just one day.
<P>
This module was invented and originally written in April 1996<BR>
If you don't specify a configuration file name with -f or -n, Apache will
use the file name compiled into the server, usually "conf/httpd.conf". Invoking
Apache with the -V switch will display this value labeled as SERVER_CONFIG_FILE.
-Apache will then determine it's ServerRoot by trying the following, in this order:
+Apache will then determine its ServerRoot by trying the following, in this order:
<UL>
<LI>A ServerRoot directive via a -C switch.
<P>
If you did not do a binary install then Apache will in some
scenarios complain that about the missing registry key. This
-warning can be ignored if it otherwise was able to find it's
+warning can be ignored if it otherwise was able to find its
configuration files.
<P>