In an attempt to address the lsof problem we flagged in this thread -- http://is.gd/CqD0 -- I've been rifling through my httpd.conf looking for unnecessary modules I can trim out of my httpd processes. So far this has basically amounted to me eliminating things like mod_cgi, mod_vhost_alias, mod_speling and other Modules provided by my host by default, but which don't seem necessary to my Django application site. As I review the modules, I see a series of modules relating to caching. They are: LoadModule cache_module modules/mod_cache.so LoadModule disk_cache_module modules/mod_disk_cache.so LoadModule file_cache_module modules/mod_file_cache.so LoadModule mem_cache_module modules/mod_mem_cache.so The site I am operating is using a memory caching system provided by the memcached application. I'm curious whether memcached is redudant to these Apache processes, or dependent on them. In other words, is it safe for me to comment them out? Thanks in advance. I really appreciate the kind expertise available here in the listserv. Ben. -- View this message in context: http://www.nabble.com/Are-apache-caching-modules-redudant-of-memcached--tp23676109p23676109.html Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- 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