From: Clinton Ebadi Date: Sat, 23 May 2015 19:55:39 +0000 (-0400) Subject: doc: correct apache docs link for allow/deny/order X-Git-Tag: release_20150523-1 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/3139b40d5c2172276026365845a67e13c09c515b doc: correct apache docs link for allow/deny/order --- diff --git a/lib/apache_auth.dtl b/lib/apache_auth.dtl index 398a048..6937f58 100644 --- a/lib/apache_auth.dtl +++ b/lib/apache_auth.dtl @@ -28,17 +28,17 @@ extern val requireGroup : [group] -> [Location]; extern val orderAllowDeny : [Location]; extern val orderDenyAllow : [Location]; -{{See the +{{See the Apache documentation.}} extern val allowFromAll : [Location]; extern val allowFrom : [no_spaces] -> [Location]; -{{See the +{{See the Apache documentation.}} extern val denyFromAll : [Location]; extern val denyFrom : [no_spaces] -> [Location]; -{{See the +{{See the Apache documentation.}} extern val satisfyAll : [Location];