HCoop
/
hcoop
/
domtool2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mod_rewrite and ProxyPass
[hcoop/domtool2.git]
/
tests
/
testApache.dtl
diff --git
a/tests/testApache.dtl
b/tests/testApache.dtl
index
1c7ed54
..
3cee61d
100644
(file)
--- a/
tests/testApache.dtl
+++ b/
tests/testApache.dtl
@@
-12,9
+12,13
@@
domain "hcoop.net" with
vhost "members" where
SSL = true
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
end
end
-
-