You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/03/12 15:29:37 UTC

DO NOT REPLY [Bug 11364] - jk2 appears to forward all virtual host requests to Tomcat

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=11364>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=11364

jk2 appears to forward all virtual host requests to Tomcat

jfrederic.clere@fujitsu-siemens.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From jfrederic.clere@fujitsu-siemens.com  2004-03-12 14:29 -------
It is working now - See example below -
With the following in httpd.conf:
+++
<VirtualHost 172.25.182.35:80>
     ErrorLog logs/vtxpc1.log
</VirtualHost>
<VirtualHost 172.25.182.35:80>
     ErrorLog logs/vtxclere.log
</VirtualHost>
+++
And in workers2.properties.
+++
[uri:172.25.182.38:80/examples/*]
worker=ajp13:pgtr0327:8009
+++
172.25.182.38/examples goes to Tomcat and
172.25.182.35/examples tells not found.

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