You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/08/01 11:39:32 UTC

DO NOT REPLY [Bug 45474] Reverse proxy and very first request = Invalid direct reference to form login page.

https://issues.apache.org/bugzilla/show_bug.cgi?id=45474





--- Comment #5 from Rob Stewart <ro...@googlemail.com>  2008-08-01 02:39:32 PST ---
Double Oops - Turned out I had fixed the problem (config issue).

  When specifying jvmRoute in the Tomcat server.xml it looks like this...

jvmRoute="tc1"

  and in the httpd.conf it needs to look like this...

route=tc1

  Doing a copy/paste of the value from the server.xml to the httpd.conf was a
major mistake as this...

route="tc1"

  is taken literally, including the quotes which makes it different from the
server.xml value!

ARGH!

  PLEASE update the documentation to notify that this is required even when
using just an AJP reverse proxy/simpleTCPCluster and not just mod_jk.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org