Using a Proxy for incoming web (http / https) requests

Erik Espinoza erik.espinoza at gmail.com
Mon Jun 14 02:33:18 UTC 2004


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 at co.com
</VirtualHost>

On Sun, 13 Jun 2004 18:58:44 -0700 (PDT), Al Sparks <data345 at yahoo.com> 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 at redhat.com
> To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
>





More information about the fedora-list mailing list