edwardando wrote, On 03/04/07 18:00:
> I am using CGI-Bin to create an image that I am using in the same
> page. The image is not being reloaded at every demand, which is
> what I'd like...
I'm not completely sure about what your problem is. I suppose the
image is being cached by the internal file cache and therefore is
not refreshed as you would expect.
The solution to that problem is to add "IOCache off" to the
directory configuration in which the image is placed. For example,
let's suppose you image is generated under the /tmpimg/ directory:
Directory /tmpimg {
Handler file {
IOcache off
}
}
.. I hope that was actually the problem. Good luck!
--
Greetings, alo.
_______________________________________________
Cherokee mailing list
[email protected]
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee