Sure, just read up on mod_proxy in httpd.apache.org. In your situation it would probably take a few lines such as: <VirtualHost blah.foo.org> ProxyPass / http://internal.address.org/ ServerName blah.foo.org ServerAdmin big@xxxxxx </VirtualHost> On Sun, 13 Jun 2004 18:58:44 -0700 (PDT), Al Sparks <data345@xxxxxxxxx> wrote: > > I've heard that you can use apache to forward incoming (as opposed to outgoing) > web requests. > > I've heard of squid as a proxy server. > > Is there a way to use either squid or apache to do that sort of thing? > === Al > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list >