X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/8a7c40fa29ff18a437fcf4ee3f248a7aeb41c19c..f8dfbbcc29a40de94580697e610db6254b85f0fb:/tests/testApache.dtl?ds=sidebyside diff --git a/tests/testApache.dtl b/tests/testApache.dtl index 1c7ed54..3cee61d 100644 --- a/tests/testApache.dtl +++ b/tests/testApache.dtl @@ -12,9 +12,13 @@ domain "hcoop.net" with vhost "members" where SSL = true with + localProxyRewrite "^/(.*)$" "$1" 6666; + rewriteRule "^/foo.html" "/bar.html" [redirectWith redir300, nosubreq] + end; + vhost "proxy" with + localProxyPass "/proxyLand" "/otherProxyLand" 1234; + localProxyPassReverse "/proxyLand" "/otherProxyLand" 1234 end end - -