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