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" wrote: > On 2012-03-28 20:04, Campbell, Jomori (US - Arlington) wrote: > > # Maximo >> ProxyPass /maximo/ >> https://app.servername.com/**maximo/ >> ProxyPassReverse /m

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 / Prox

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 an

RE: [users@httpd] Apache Reverse Proxy Configuration

2012-03-28 Thread Campbell, Jomori (US - Arlington)
t must be present to support # starting without SSL on platforms with no /dev/random equivalent # but a statically compiled-in mod_ssl. # SSLRandomSeed startup builtin SSLRandomSeed connect builtin -Original Message- From: fREW Schmidt [mailto:fri...@gmail.com] Sent: Wednesday, March

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) 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 are not being proxied c