ReverseProxy Problem.

Alles, was den Apache betrifft, kann hier besprochen werden.

ReverseProxy Problem.

Postby gamlix » 13. May 2007 21:17

hallo,

ich habe folgendes Problem mit der Konfiguration eines reverseproxy. ich möchte, ausser zimbra, einen apache auf dem selben host laufen lassen. dieser sollte auf port 80 und 443 lauschen. der tomcat nimmt anfragen auf port 82 für das webmailinterface entgegen (http). nun wollte ich mittels mod_proxy alle anfragen zu dem vhost mail.domain.tld (https) auf den tomcat umleiten. das funktioniert auch mit der loginpage. nach einer Anmeldung bekomme ich aber ein "The requested URL /zimbra/mail was not found on this server."

das Problem ist die GET anfrage, denn die lautet nun: http://mail.domain.tld/zimbra/mail, wenn ich die url anpasse auf: https://mail.domain.tld/zimbra/mail geht es. weiss jemand was ich falsch mache, bzw wo der Fehler ist



apache conf:

<VirtualHost <IP>:443>

SSLProxyEngine On
ServerName mail.domain.tld
ServerAdmin webmaster@domain.tld
ProxyPass / http://mail.domain.tld:82/
ProxyPassReverse / http://mail.domain.tld:82/
ErrorLog /var/log/apache2/mail-error.log
CustomLog /var/log/apache2/mail-access.log common


</VirtualHost>

vorab schon mal viel dank für eure Mühen :)

gruss
gamlix
 
Posts: 1
Joined: 13. May 2007 20:31
Location: FFM

Return to Apache

Who is online

Users browsing this forum: No registered users and 249 guests