I need to be able to load apache mod_cache for some high res jpeg images that need to load fast.
How do yo make mod_cache load.... do you need to install it or is it already part of apache?
Code: Select all
LoadModule cache_module modules/mod_cache.soOK but where do I edit the module for cache size? I can not find the file for that.m_spidey wrote:Hey There
mod_cache is a built in module
in your /etc/apache2/httpd.conf
uncomment the following line
Code: Select all
LoadModule cache_module modules/mod_cache.so