mod_mem_cache is an option, as is mod_file_cache http://httpd.apache.org/docs/2.2/mod/mod_file_cache.html

file cache loads a static list of files into memory when you start, while mem_cache caches the requests on demand (more like squid).

I've heard several people mumble that they want to write a mod_memcache_cache (which is how the apr_memcache API started ) which would use memcache as a backend, but no one has been itchy enough to write it/open source the implementation.

Regards
Ian

Sean Walberg wrote:
On 7/1/07, *Cathy Murphy* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    In Apache, is there a way to serve images from memory instead of disk?


There's mod_mem_cache (http://httpd.apache.org/docs/2.2/mod/mod_mem_cache.html <http://httpd.apache.org/docs/2.2/mod/mod_mem_cache.html>), and of course pointing your DocumentRoot at a RAM disk.

Sean

--
Sean Walberg <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> http://ertw.com/

Reply via email to