Page 1 of 1

Apache Proxy Tomcat

Posted: Thu Mar 10, 2005 5:39 pm
by nenne
Hi!

I have a machine which uses Apache 2.0.x, in it's configuration I've setup it to Proxy all tomcat information which is on another machine.

Problem is that only webmail works, not the sac.

Any ideas what is wrong?

Config below from /etc/httpd/conf/proxy.conf

ProxyRequests Off
ProxyPreserveHost On
ProxyPass /webmail http://192.168.1.9:8080/webmail
ProxyPassReverse /webmail http://192.168.1.9:8080/webmail
ProxyPass /sac http://192.168.1.9:8080/sac
ProxyPassReverse /sac http://192.168.1.9:8080/sac

/Nenne

What is /caa

Posted: Fri Mar 11, 2005 1:18 pm
by nenne
Hi I looked in my logg and found calls to /caa when loggin in. What is that?

I searched and found that scalix has reported a bug with respect to this in tomcat 5.0.28.

I created a proxy for /caa as well and then it seems to work, but what have I done?

/Nenne

Posted: Fri Mar 11, 2005 1:27 pm
by nenne
Wrong, I did get the /sac to work, but now the webmail fails. :(

Posted: Fri Mar 11, 2005 1:36 pm
by nenne
hehe me again..... the config below seems to make both the sac and the webmail working. Reason webmail failed was probably due to that I had change ProxyPreserveHost to Off.

But I still doesn't know what /caa is?


ProxyRequests Off
ProxyPreserveHost On

ProxyPass /webmail http://192.168.1.9:8080/webmail
ProxyPassReverse /webmail http://192.168.1.9:8080/webmail

ProxyPass /sac http://192.168.1.9:8080/sac
ProxyPassReverse /sac http://192.168.1.9:8080/sac

ProxyPass /caa http://192.168.1.9:8080/caa
ProxyPassReverse /caa http://192.168.1.9:8080/caa