mysql: revoke permissions when dropping database
[hcoop/domtool2.git] / lib / mod_rewrite.dtl
index b4255dc..7e002f8 100644 (file)
@@ -63,11 +63,12 @@ extern val rewriteBase : no_spaces -> [Location];
 extern type proxy_port;
 {{A port number above 1024}}
 
-extern val proxyRewrite : regexp -> proxy_reverse_target -> no_spaces -> [mod_rewrite_flag] -> [^Vhost];
+extern val proxyRewrite : regexp -> no_spaces -> proxy_reverse_target -> [mod_rewrite_flag] -> [^Vhost];
+
 {{Safe wrapper around mod_rewrite proxy flag. All requests matching
   the regular expression in the first argument are proxied to the host
-  specified in the second argument, appending a new URI by
-  substituting variables in the third argument as per Apache
+  specified in the third argument, appending a new URI by substituting
+  variables in the second argument as per Apache
   mod_rewrite. Additional rewrite flags may be specified.}}
 
 extern type mod_rewrite_trace_level;