Apache mod_cache

Discussion in 'Apache' started by s2eve, Jan 7, 2010.

  1. #1
    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?
     
    s2eve, Jan 7, 2010 IP
  2. mikegws

    mikegws Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    mikegws, Jan 7, 2010 IP
  3. s2eve

    s2eve Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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
     
    s2eve, Jan 7, 2010 IP