On Sat, 4 May 2002, Chris Barnes wrote: > is there a way to bind a virtual directory in apache say port 85 on > 10.3.2.12 (because the web server is listening on that port), so that if > someone (from the internet) was to access http://my_site/the_2nd_server/ it > would grab all the data from the second web server and display it as though > its on the current server, keeping in mind that 10.3.2.12 isn't internet > accessible obviously.
Adding ProxyPass entries to pass requests for certain URLs to the internal server is an option. -=-=-==-=-=--=-=-=-=-=-=-=-=-=-=-=-= Graeme Robinson - Graenet consulting www.graenet.com - internet solutions -=-=-=-=-=-=-=-=-=-=-==---=-=--=-=-= -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
