Hello, yesterday I tried to build Apache with mod_cache, but I can't find mod_cache.so anywhere. I did "find / -name mod_cache.so" seams like it doesn't exist on the server. but httpd -l shows it was built. What i'm doing wrong? where to find mod_cache.so?
mod_cache.so is a library - you might be doing a static build which means it's not all defined like that. If ./httpd -l shows it there it's there and ok. You just need to setup httpd.conf.
when i do httpd -l i see mod_cache.c not mod_cache.so but by http://httpd.apache.org/docs/2.2/mod/mod_cache.html i need to load mod_cache.so to httpd.conf other why it won't work... i tried