You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jack Lauman <jl...@nwcascades.com> on 2003/04/18 21:18:47 UTC

mod_jk question

How do you force mod_jk not to change the virtual hostname in a URL
to the hosts actual name?

i.e.  When submitting a form using a vhost name without a port number
in the URL the respose is returned with the actual host name with :8080
appended to it.

Thanks,

Jack


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: mod_jk question

Posted by Tim Funk <fu...@joedog.org>.
In httpd.conf:
UseCanonicalName Off

-Tim


Jack Lauman wrote:
> How do you force mod_jk not to change the virtual hostname in a URL
> to the hosts actual name?
> 
> i.e.  When submitting a form using a vhost name without a port number
> in the URL the respose is returned with the actual host name with :8080
> appended to it.
> 
> Thanks,
> 
> Jack
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org