[flexcoders] Re: Linux Tomcat Proxy Pass from Apache-HOWTO

2005-09-09 Thread charlespaz1
--- In flexcoders@yahoogroups.com, J.A. Rottman [EMAIL PROTECTED] wrote: I installed the redhat apache version, and I am getting a bit closer to getting this right. I am now getting a 502 error from apache. Bad Gateway The proxy server received an invalid response from an upstream

[flexcoders] Re: Linux Tomcat Proxy Pass from Apache-HOWTO

2005-09-08 Thread charlespaz1
Standard install of apache on RHEL 4 and FC3 have a commented out entry for it. All it does is verify that mod_proxy is loaded. In my httpd.conf it is listed just above Virtual Host section. # # Proxy Server directives. Uncomment the following lines to # enable the proxy server: # IfModule

Re: [flexcoders] Re: Linux Tomcat Proxy Pass from Apache-HOWTO

2005-09-08 Thread J.A. Rottman
I installed the redhat apache version, and I am getting a bit closer to getting this right. I am now getting a 502 error from apache. Bad Gateway The proxy server received an invalid response from an upstream server. here is my connector in server.xml Connector port=8081 proxyPort=80