Commit 8da311e4 authored by brian's avatar brian
Browse files

another typo/fixup.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77310 13f79535-47bb-0310-9956-ffa450edef68
parent 07aea9e0
Loading
Loading
Loading
Loading
+4 −2
Changes for docs/manual/mod/core.html: 4 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -224,7 +224,7 @@ re-populated using the <A HREF="#addmodule">AddModule</A> directive.<p><hr>
<strong>Context:</strong> server config<br>
<strong>Status:</strong> core<p>

A Unix&#174; http server can either listen on for connections to every
A Unix&#174; http server can either listen for connections to every
IP address of the server machine, or just one IP address of the server
machine. <em>Saddr</em> can be

@@ -239,11 +239,13 @@ specified. <p>

This option can be used as an alternative method for supporting
<A HREF="../virtual-host.html">virtual hosts</A> instead of using
<A HREF="#virtualhost">&lt;VirtualHost&gt;</A> sections.<p><hr>
<A HREF="#virtualhost">&lt;VirtualHost&gt;</A> sections.

<p><strong>See Also:</strong>
<a href="../bind.html">Setting which addresses and ports Apache uses</a></p>

<hr>

<A name="defaulttype"><h2>DefaultType directive</h2></A>
<!--%plaintext &lt;?INDEX {\tt DefaultType} directive&gt; -->
<strong>Syntax:</strong> DefaultType <em>mime-type</em><br>