Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

RE: [users@httpd] Forward proxies and aliases

Wilda, Jet

2008-07-08

Replies: Find Java Web Hosting

Author LoginPost Reply
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:tavianator@(protected)]
Sent: Tuesday, July 08, 2008 2:23 PM
To: users@(protected)
Subject: [users@(protected)

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: users-unsubscribe@(protected)
 "  from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(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: users-unsubscribe@(protected)
 "  from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.