Advice on Apache Proxying to WLS
Hello community,I am just after a bit of advice on setting up an Apache 2.2 proxy in front of WLS. I have followed the Oracle "Installing and Configuring the Apache HTTP Server Plug-In " document but have a couple of issues.
Some info on the setup:
front-end: Apache 2.2 on Oracle Linux 6.3 x86_64
back-end: Weblogic Server 10.3.5.0 on Oracle Linux x86_64
For test purposes Apache in listening on HTTP 80 and proxying to the plain-text WLS port 7001
I have installed the weblogic module on the Apache server and referenced it in httpd.conf:
LoadModule weblogic_module modules/mod_wl128_22.so
I have created a separate weblogic.conf file under conf.d/ to proxy all requests with context-root /obiee/ to my WLS server:
Some info on the setup:
front-end: Apache 2.2 on Oracle Linux 6.3 x86_64
back-end: Weblogic Server 10.3.5.0 on Oracle Linux x86_64
For test purposes Apache in listening on HTTP 80 and proxying to the plain-text WLS port 7001
I have installed the weblogic module on the Apache server and referenced it in httpd.conf:
LoadModule weblogic_module modules/mod_wl128_22.so
I have created a separate weblogic.conf file under conf.d/ to proxy all requests with context-root /obiee/ to my WLS server:
1