Am Thu, 22 Oct 2009 05:11:57 -0700 (PDT) schrieb Kris Reid <krisrei...@gmail.com>:
> Tomcat 5.5.25 > httpd 1.3.41 > > We are using mod_proxy with the following commands: > > Contents of > /usr/local/apache/conf/userdata/std/1/realtim1/1realtimemlmleads.com/proxy.conf: > > ProxyPass / http://localhost:8080/Leads/ > ProxyPassReverse / http://localhost:8080/Leads/ [..] > >> Any ideas would be appreciated Without watching catalina.out during logon process it is hard to say what is happening there. Just an idea: Some of our sites use mod_proxy, too. There we are using this additional settings: ProxyPreserveHost On ProxyVia On Don't know if these settings exist in mod_proxy for Apache 1.3 - we're using 2.2. Especially the first entry might be important if the application is using the hostname that the proxy is sending. And we are using the local interface address of the vhost, not localhost, e.g.: ProxyPass / http://www.1realtimemlmleads.com:8080/ ProxyPassReverse / http://www.1realtimemlmleads.com:8080/ Regards, Tobias. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org