On Wed, 14 Mar 2007 23:27:05 -0400 "Sam Carleton" <scarleton@xxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx