X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/2882ee37fded46346977da456ae793f3e6a3bfac..a052bc916392d81e585be01b72c74cb1ce319a3a:/lib/mod_rewrite.dtl diff --git a/lib/mod_rewrite.dtl b/lib/mod_rewrite.dtl index c0b939c..294033a 100644 --- a/lib/mod_rewrite.dtl +++ b/lib/mod_rewrite.dtl @@ -46,14 +46,18 @@ extern type mod_rewrite_cond_flag; 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]; +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]; +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}} @@ -63,3 +67,6 @@ extern val localProxyRewrite : no_spaces -> no_spaces -> proxy_port -> [^Vhost]; the new URI by substituting variables in the second argument as per Apache mod_rewrite.}} +extern val rewriteLogLevel : int -> [Vhost]; +{{See Apache + documentation for RewriteLogLevel.}}