> 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 file
> - but what you want to do is to redirect some URLs to a local file
>
> then can you not set up a local virtual host under some name, and forward
> ditto "local" requests to that local virtual host, whose pleasure it would
> be to serve the local stuff in question ?
>
> André
>

The thing is, when the browser sends the request to the local virtual
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

---------------------------------------------------------------------
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