when a request hits lswd what fires first the REWRITE RULES or a possible PROXY CONTEXT?
I need a proxy context that hits
www.domain.com/directory but TARGETS the proxy IP with out the directory name that was in the context URI.
I assume that my rewrite rule should be something like:
RewriteRule ^vanguardia/(.*)$ http://192.168.120.120/$1 [R=301,L]
where my VH is
http://192.168.120.120/vanguardia
but needs to target the webserver destiny with out the directory
any ideas on whats wrong?
tks
I need a proxy context that hits
www.domain.com/directory but TARGETS the proxy IP with out the directory name that was in the context URI.
I assume that my rewrite rule should be something like:
RewriteRule ^vanguardia/(.*)$ http://192.168.120.120/$1 [R=301,L]
where my VH is
http://192.168.120.120/vanguardia
but needs to target the webserver destiny with out the directory
any ideas on whats wrong?
tks