From 46fb7c69031b6cb36b4ffdb6575ba251a0ca2c16 Mon Sep 17 00:00:00 2001
From: Paul Querna
Date: Sat, 4 Sep 2004 01:54:59 +0000
Subject: [PATCH] use example.com fixed the Access Control Example
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104948 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_info.html.en | 12 ++++++------
docs/manual/mod/mod_info.xml | 16 ++++++++--------
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/docs/manual/mod/mod_info.html.en b/docs/manual/mod/mod_info.html.en
index c612e27f80..25b7b771c8 100644
--- a/docs/manual/mod/mod_info.html.en
+++ b/docs/manual/mod/mod_info.html.en
@@ -43,7 +43,7 @@ configuration
Once configured, the server information is obtained by
- accessing http://your.host.dom/server-info
+ accessing http://your.host.example.com/server-info
Directives
@@ -77,11 +77,11 @@ configuration
<Location /server-info>
SetHandler server-info
- Order allow,deny
- # Allow access from server itself
- Allow from 127.0.0.1
- # Additionally, allow access from local workstation
- Allow from 192.168.1.17
+ Order allow,deny
+ # Allow access from server itself
+ Allow from 127.0.0.1
+ # Additionally, allow access from local workstation
+ Allow from 192.168.1.17
</Location>
diff --git a/docs/manual/mod/mod_info.xml b/docs/manual/mod/mod_info.xml
index a3b6475969..38d40746e6 100644
--- a/docs/manual/mod/mod_info.xml
+++ b/docs/manual/mod/mod_info.xml
@@ -1,7 +1,7 @@
-
+