LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Need help with Apache mod_cache (https://www.linuxquestions.org/questions/linux-general-1/need-help-with-apache-mod_cache-519673/)

Thaidog 01-15-2007 11:04 PM

Need help with Apache mod_cache
 
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?

Jaqui 01-16-2007 03:39 AM

you most likely need to install mod_cache.
[ distro specific package is best, unless you built apache from sources ]

then check your httpd.conf file to make sure that mod_cache is not commented out in the loadmodules section.
if it is commented out, then the line will start with the # symbol.

Thaidog 01-18-2007 09:46 PM

Quote:

Originally Posted by Jaqui
you most likely need to install mod_cache.
[ distro specific package is best, unless you built apache from sources ]

then check your httpd.conf file to make sure that mod_cache is not commented out in the loadmodules section.
if it is commented out, then the line will start with the # symbol.

Do you know where to download mod_cache? I can find a apache page on it but no link:confused:

Also, I need to know where to look for the config file so I can optimize some stuff.


All times are GMT -5. The time now is 12:35 AM.