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 for
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 transl
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 directive
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 mod_proxy
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 expert
try mod_rewrite..
http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html
M--
- Original Message -
From: "Christoph P. Kukulies" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 12, 2007 12:29 PM
Subject: I'm desparate with an Apache problem
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 http://httpd.apache.org/userslist.html> for more info.
Cheers
Gregor
--
what's puzzlin' you, is the nature of my game
gpgp-
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 i