X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/c98b57cf26f5174f128602281eac7c496d254011..7e588778db0541c3583cd0ab71244b49bca4e05b:/lib/mod_rewrite.dtl diff --git a/lib/mod_rewrite.dtl b/lib/mod_rewrite.dtl index 9a6795a..8c1a11d 100644 --- a/lib/mod_rewrite.dtl +++ b/lib/mod_rewrite.dtl @@ -20,7 +20,7 @@ extern type rewrite_arg; arguments, which excludes commas and some other characters.}} extern type mod_rewrite_flag; -{{See the +{{See the Apache documentation for information on what these flags mean.}} extern val redirect : mod_rewrite_flag; @@ -40,20 +40,24 @@ extern val skip : int -> mod_rewrite_flag; extern val env : rewrite_arg -> rewrite_arg -> mod_rewrite_flag; extern type mod_rewrite_cond_flag; -{{See the +{{See the Apache documentation for information on what these flags mean.}} extern val cond_nocase : mod_rewrite_cond_flag; extern val ornext : mod_rewrite_cond_flag; -extern val rewriteRule : no_spaces -> no_spaces -> [mod_rewrite_flag] -> [^Vhost]; -{{See Apache +extern val rewriteRule : regexp -> no_spaces -> [mod_rewrite_flag] -> [^Vhost]; +{{See Apache documentation for RewriteRule.}} -extern val rewriteCond: no_spaces -> no_spaces -> [mod_rewrite_cond_flag] -> [^Vhost]; -{{See Apache +extern val rewriteCond : no_spaces -> regexp -> [mod_rewrite_cond_flag] -> [^Vhost]; +{{See Apache documentation for RewriteCond.}} +extern val rewriteBase : no_spaces -> [Location]; +{{See Apache + documentation for RewriteBase.}} + extern type proxy_port; {{A port number above 1024}} @@ -64,5 +68,5 @@ extern val localProxyRewrite : no_spaces -> no_spaces -> proxy_port -> [^Vhost]; mod_rewrite.}} extern val rewriteLogLevel : int -> [Vhost]; -{{See Apache +{{See Apache documentation for RewriteLogLevel.}}