On Wed, 14 Mar 2007 23:27:05 -0400
"Sam Carleton" <[EMAIL PROTECTED]> wrote:


> My final objective is this:  I am serving up images that the server is
> creating dynamically, but I want a reverse proxy to THINK they are
> static images.  I figure if I take this approach the proxy will assume
> it is static, not dynamic.

Proxies don't think, and if your proxy is HTTP-compliant, you're looking
in the wrong place.  What matters isn't the URL and its parameters,
but the HTTP headers that describe the contents returned by your server.
(And, of course, those sent by a client, but that's out of your
control).


-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

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