From fd45d01843fe5d5f9e3df7ef4b807572fbba5a1c Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 7 Apr 2005 01:14:41 +0000 Subject: [PATCH] Build from xml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@160357 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_access.html.en | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_access.html.en b/docs/manual/mod/mod_access.html.en index 59b4e1de5dd..b787dfbe26c 100644 --- a/docs/manual/mod/mod_access.html.en +++ b/docs/manual/mod/mod_access.html.en @@ -104,7 +104,8 @@ server

Example:

- Allow from apache.org + Allow from apache.org
+ Allow from .net example.edu

Hosts whose names match, or end in, this string are allowed access. Only complete components are matched, so the above @@ -122,7 +123,8 @@ server

Example:

- Allow from 10.1.2.3 + Allow from 10.1.2.3
+ Allow from 192.168.1.104 192.168.1.205

An IP address of a host allowed access

@@ -130,7 +132,8 @@ server

Example:

- Allow from 10.1 + Allow from 10.1
+ Allow from 10 172.20 192.168.2

The first 1 to 3 bytes of an IP address, for subnet restriction.

-- 2.47.2