domain "hcoop.net" with vhost "www" where User = "adamc"; Group = "adamc"; DocumentRoot = "/home/adamc/html"; ServerAdmin = "adamc@hcoop.net" with end; 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