>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: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
