Hi,

I've got a WSGIScriptAlias set up in Apache, and I'm adding some new
functionality at /graphs/ that generate some PNG graphs for my
website. I want to set up a caching system for these graphs, however,
rather than having to go all the way through WSGI/Python etc. to read
the previously generated images, is there a way to configure Apache to
look for a file matching the url in some location (for example I use
some static images using a normal Alias), and if the files don't
exist, have Apache fall back to the WSGI which will generate and
output the PNG (and then save it to the file system for future
requests that can be served directly by Apache)? Perhaps using the
WSGI as a 404 handler?

Thanks in advance,

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to