hcoop: move dispatcher to gibran
[hcoop/domtool2.git] / lib / apache_auth.dtl
index 041f4c1..6937f58 100644 (file)
@@ -16,6 +16,9 @@ extern val authName : no_newlines -> [Location];
 extern val authUserFile : your_path -> [Location];
 {{See <a href="http://httpd.apache.org/docs/2.2/mod/core.html#authuserfile">the
   Apache documentation</a>.}}
+extern val authGroupFile : your_path -> [Location];
+{{See <a href="http://httpd.apache.org/docs/2.2/mod/core.html#authgroupfile">the
+  Apache documentation</a>.}}
 
 extern val requireValidUser : [Location];
 extern val requireUser : [user] -> [Location];
@@ -25,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];