It appears that CentOS 6 no longer supports a few apache modules (mod_file_cache, mod_mem_cache, and mod_imagemap) according to their docs.

What's the best way to handle this? Just remove the references from httpd.conf, or download and compile manually?

I Was thinking of just removing and seeing if my codebase worked as expected, then if something broke, compiling manually. Hoping that I can safely remove these modules from httpd.conf and everything still works.

link|improve this question

Was this stock Apache that came with CentOS? – Rilindo Dec 10 '11 at 21:51
@Rilindo: Yes it was. – Mike Purcell Dec 11 '11 at 1:41
feedback

1 Answer

up vote 0 down vote accepted

Ended up just removing the references from httpd.conf and everything seems to work so far.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.