Friday 15 August 2014

apache - mod_proxy redirect with ajp connector -



apache - mod_proxy redirect with ajp connector -

so trying utilize mod_proxy module redirect traffic coming 192.168.2.0 go www.google.com. , 192.168.5.10 go www.hotmail.com example. getting confused on using rewrite engine! help great, thanks. using ajp connecter apache tomcat.

redirect permanent 192.168.2.0 http://www.google.com

#deny order deny,allow allow 192.168.5.0 rewriteengine on

rewritecond %{http_host} ^192.168.16.210$ rewriterule /foo(.*)$ http://www.google.com$1 [p,l]

apache tomcat redirect proxy ajp

No comments:

Post a Comment