Admin console bind Apache ReverseProxy
HI
We have several domains behind an Apache Reverse Proxy. We cannot figure out, how to set up either mod_rewrite nor mod_wl to connect to the admin console on the weblogic behind this reverse proxy.
This examples do NOT work:
Example 1
<Location /apjs>
SetHandler weblogic-handler
WLSRequest On
WebLogicHost dev.ap.mydomain.net
WebLogicPort 31101
PathTrim /apjs
DebugConfigInfo ON
</Location>
Example 2
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/apjs/.*
RewriteRule ^/.*/apjs/(.*) http://dev.ap.mydomain.net:31101/$1