You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by GOMEZ Henri <hg...@slib.fr> on 2001/11/20 10:40:49 UTC

RE: repost mod_jk with ip-based virtual host

>http://a.b.c.d:5476/ shows apache default page, as expected.
>http://a.b.c.d:5475/ also shows apache default page.
>but, http://a.b.c.d:5475/examples/ shows apache's 404 page
>'Apache/1.3.20 Server at a.b.c.d Port 5476'
>
>thanks again for your thoughts.


Using mod_jk it should be easy :

Could you try :

<VirtualHost a.b.c.d:5475>
JkMount /examples/* ajp13
</VirtualHost>

And tell us more ?

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>