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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
>



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux