But that's a reverse proxy, not a forward one.  I'm attempting to use
an Apache server as a proxy for my web browser, that uses a local copy
of certain files from certain sites.  As such, it has to be a forward
proxy, because I'm using it for arbitrary web sites.

On Tue, Jul 8, 2008 at 1:13 PM, Wilda, Jet
<[EMAIL PROTECTED]> wrote:
> You can do that for example by
>
> ProxyPass /ig !
>
> ProxyPass / http://server:port/
> ProxyPassReverse / http:// server:port/
>
> This would cause Apache to look for /ig in the DocumentRoot.
>
> ~Jet
>
>
> -----Original Message-----
> From: Tavian Barnes [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 08, 2008 2:23 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Forward proxies and aliases
>
> Is it possible to only proxy part of a site, and use local files for
> the rest?  I want most requests to be passed through the proxy, but
> some to be aliased to a local file.  I tried
>
> Alias http://www.google.com/ig /home/httpd/html/ig
>
> and similar things, and nothing worked.  Can this be done?
>
> --
> Tavian Barnes
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>   "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> ----------
> Learn more about Chase Paymentech Solutions,LLC payment processing services 
> at www.chasepaymentech.com.
>
> THIS MESSAGE IS CONFIDENTIAL.  This e-mail message and any attachments are 
> proprietary and confidential information intended only for the use of the 
> recipient(s) named above.  If you are not the intended recipient, you may not 
> print, distribute, or copy this message or any attachments.  If you have 
> received this communication in error, please notify the sender by return 
> e-mail and delete this message and any attachments from your computer.
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>   "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Tavian Barnes

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to