From d9c6342fff43de5395c9e11ac22e5f7632add437 Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 23 Dec 1996 01:41:49 +0000 Subject: [PATCH] another typo/fixup. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77310 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 859b600230..efbecef694 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -224,7 +224,7 @@ re-populated using the AddModule directive.


Context: server config
Status: core

-A Unix® http server can either listen on for connections to every +A Unix® http server can either listen for connections to every IP address of the server machine, or just one IP address of the server machine. Saddr can be @@ -239,11 +239,13 @@ specified.

This option can be used as an alternative method for supporting virtual hosts instead of using -<VirtualHost> sections.


+<VirtualHost> sections.

See Also: Setting which addresses and ports Apache uses

+
+

DefaultType directive

Syntax: DefaultType mime-type
-- 2.50.1