From: Tony Stevenson Date: Thu, 26 Jul 2007 21:28:16 +0000 (+0000) Subject: Fixed as per PR 42096 X-Git-Tag: 2.2.5~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bbe50818200901471f013e9e782a74000c9edd2;p=thirdparty%2Fapache%2Fhttpd.git Fixed as per PR 42096 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559990 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 6bce5a864c6..92baad9daa0 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -23,7 +23,7 @@

Available Languages:  de  |  en  | - ja 

+ ja 

@@ -2635,6 +2635,7 @@ later

Require valid-user
+ Order allow,deny
Allow from 192.168.1
Satisfy Any

@@ -3388,7 +3389,7 @@ hostname or IP address

Available Languages:  de  |  en  | - ja 

+ ja 

diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 2e243ca0cc0..9a43d33542b 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2625,6 +2625,7 @@ later Require valid-user
+ Order allow,deny
Allow from 192.168.1
Satisfy Any
Description:Core Apache HTTP Server features that are always available