[EMAIL PROTECTED] Forward proxies and aliases

2008-07-08 Thread Tavian Barnes
? -- Tavian Barnes - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest

Re: [EMAIL PROTECTED] Forward proxies and aliases

2008-07-08 Thread Tavian Barnes
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 >

Re: [EMAIL PROTECTED] Forward proxies and aliases

2008-07-09 Thread Tavian Barnes
On Tue, Jul 8, 2008 at 2:03 PM, Nick Kew <[EMAIL PROTECTED]> wrote: > On Tue, 8 Jul 2008 13:48:54 -0600 > "Tavian Barnes" <[EMAIL PROTECTED]> wrote: > >> But that's a reverse proxy, not a forward one. I'm attempting to use >> an Apache server

Re: [EMAIL PROTECTED] Forward proxies and aliases

2008-07-09 Thread Tavian Barnes
ual host, it's treating it like a proxy server. So, the local host would have to be able to recognise a proxy request for a certain page, and return a local file instead, which is the same thing I'm trying to do now. -- Tavian Barnes ---

Re: [EMAIL PROTECTED] Forward proxies and aliases

2008-07-10 Thread Tavian Barnes
> Tavian Barnes wrote: >>> >>> Just an idea from a guy who really knows next to nothing about proxies : >>> If >>> - a proxy configuration allows you to selectively forward some requests >>> to a >>> selection of sites, but not to a local fi