[users@httpd] Apache Reverse Proxy Configuration

2012-03-28 Thread Campbell, Jomori (US - Arlington)
We currently have an Apache Reverse Proxy set up in client’s environment. The issue that we are facing with the Apache Reverse Proxy is that any type of JavaScript or servlets that use JAVA are not being proxied correctly. The version of Apache that we are using is 2.2.21. Jomori Campbell ERS

[users@httpd] Apache Reverse Proxy Configuration

2012-03-28 Thread Campbell, Jomori (US - Arlington)
We currently have an Apache Reverse Proxy set up in a client’s environment. The issue that we are facing with the Apache Reverse Proxy is that any type of JavaScript or servlets that use JAVA are not being proxied correctly. The version of Apache that we are using is 2.2.21. Also, we’re

Re: [users@httpd] Apache Reverse Proxy Configuration

2012-03-28 Thread fREW Schmidt
On Wed, Mar 28, 2012 at 12:09 PM, Campbell, Jomori (US - Arlington) jomcampb...@deloitte.com wrote: We currently have an Apache Reverse Proxy set up in a client’s environment. The issue that we are facing with the Apache Reverse Proxy is that any type of JavaScript or servlets that use JAVA

RE: [users@httpd] Apache Reverse Proxy Configuration

2012-03-28 Thread Campbell, Jomori (US - Arlington)
To: users@httpd.apache.org Cc: Subject: Re: [users@httpd] Apache Reverse Proxy Configuration On Wed, Mar 28, 2012 at 12:09 PM, Campbell, Jomori (US - Arlington) jomcampb...@deloitte.com wrote: We currently have an Apache Reverse Proxy set up in a client's environment. The issue that we are facing

Re: [users@httpd] Apache Reverse Proxy Configuration

2012-03-28 Thread Simone Caruso
On 28/03/2012 20:04, Campbell, Jomori (US - Arlington) wrote: On the front end we have Apache 2.2.21 running on Windows 2003 We configured Apache as a Reverse Proxy using mod_proxy On the back end we have a COTS application by IBM called Maximo This application is deployed on WebLogic and

Re: [users@httpd] Apache Reverse Proxy Configuration

2012-03-28 Thread Jonas Eckerman
On 2012-03-28 20:04, Campbell, Jomori (US - Arlington) wrote: # Maximo ProxyPass /maximo/ https://app.servername.com/maximo/ ProxyPassReverse /maximo/ https://app.servername.com/maximo/ ProxyPass /webclient/ https://app.servername.com/ webclient /

Re: [users@httpd] Apache Reverse Proxy Configuration

2012-03-28 Thread Igor Cicimov
Have a look at mod_proxy_html On Mar 29, 2012 10:37 AM, Jonas Eckerman jonas_li...@truls.org wrote: On 2012-03-28 20:04, Campbell, Jomori (US - Arlington) wrote: # Maximo ProxyPass /maximo/ https://app.servername.com/**maximo/https://app.servername.com/maximo/