Re: I'm desparate with an Apache problem and ReverseProxy

2007-11-24 Thread Christoph P. Kukulies
On Thu, Nov 22, 2007 at 05:24:03PM +0100, Rainer Jung wrote: Christoph P. Kukulies wrote: Thanks for the replies. I managed it finally with ProxyPass and ProxyPassReverse What has caused all the headache was the fact that the backend server (application server that ran the forum) had a

Re: I'm desparate with an Apache problem and ReverseProxy

2007-11-22 Thread Christoph P. Kukulies
Thanks for the replies. I managed it finally with ProxyPass and ProxyPassReverse What has caused all the headache was the fact that the backend server (application server that ran the forum) had a html meta refresh tag in it's /index.html and that did not get translated by the proxypass

Re: I'm desparate with an Apache problem and ReverseProxy

2007-11-22 Thread Rainer Jung
Christoph P. Kukulies wrote: Thanks for the replies. I managed it finally with ProxyPass and ProxyPassReverse What has caused all the headache was the fact that the backend server (application server that ran the forum) had a html meta refresh tag in it's /index.html and that did not get

Re: I'm desparate with an Apache problem and ReverseProxy

2007-11-13 Thread Pedro
From my understanding the site server should do the request and pass the response back to the client. That's not the way I understand the reverse proxy... the request *is handled by the backend server, the front end server is used to route the request. Some folks use mod_rewrite with

I'm desparate with an Apache problem and ReverseProxy

2007-11-12 Thread Christoph P. Kukulies
I know this may not be the correct mailing list but maybe I can find an expert here - I didn't get an answer yet in any apache forum I knew of: I have an apache2 and a Tomcat running (in Tomcat I have OpenCMS running as a content management system) Furthermore I have an application server in my

Re: I'm desparate with an Apache problem and ReverseProxy

2007-11-12 Thread Gregor Schneider
Hi Christoph, please post your question here: You should get some answers almost instantly: The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. Cheers Gregor -- what's puzzlin' you, is the nature of my game

Re: I'm desparate with an Apache problem and ReverseProxy

2007-11-12 Thread Filip Hanik - Dev Lists
On Tomcat side proxyHost and proxyPort in the Connector element on the apache sidfe ProxyPreserveHost On if you do the apache side, you can remove the proxyHost on the tomcat side Filip Christoph P. Kukulies wrote: I know this may not be the correct mailing list but maybe I can find an