lib: add AAAA record for mailman hosts
[hcoop/domtool2.git] / lib / apache_auth.dtl
index 398a048..6937f58 100644 (file)
@@ -28,17 +28,17 @@ extern val requireGroup : [group] -> [Location];
 
 extern val orderAllowDeny : [Location];
 extern val orderDenyAllow : [Location];
-{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_access.html#order">the
+{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#order">the
   Apache documentation</a>.}}
 
 extern val allowFromAll : [Location];
 extern val allowFrom : [no_spaces] -> [Location];
-{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_access.html#allow">the
+{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#allow">the
   Apache documentation</a>.}}
 
 extern val denyFromAll : [Location];
 extern val denyFrom : [no_spaces] -> [Location];
-{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_access.html#deny">the
+{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#deny">the
   Apache documentation</a>.}}
 
 extern val satisfyAll : [Location];