• hello

    I recently activated php7-fpm + opcache + apcu and thus php is running in fastCGI mode now.
    Because of that, apache_get_modules() do not work and the compatibility check returns that is cannot detect any of the required modules:

    
    mod_deflate: Not detected (required for disk enhanced Page Cache and Browser Cache)
    mod_env: Not detected (required for disk enhanced Page Cache and Browser Cache)
    mod_expires: Not detected (required for disk enhanced Page Cache and Browser Cache)
    mod_filter: Not detected (required for disk enhanced Page Cache and Browser Cache)
    mod_ext_filter: Not detected (required for disk enhanced Page Cache and Browser Cache)
    mod_headers: Not detected (required for disk enhanced Page Cache and Browser Cache)
    mod_mime: Not detected (required for disk enhanced Page Cache and Browser Cache)
    mod_rewrite: Not detected (required for disk enhanced Page Cache and Browser Cache)
    mod_setenvif: Not detected (required for disk enhanced Page Cache and Browser Cache) 
    

    I set up w3tc to use opcache and it’s working fine.

    If I want to use the disk cache again should I disable fpm then?
    Is this a problem? Should I be concerned?
    I am not sure fpm is worth the time I spent setting it up, especially if none of wordpress plugins can detect apache modules anymore…

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • you could overide the missing apache_get_modules() function and write your own to return the array of the modules u know exist.

    Thread Starter audioscavenger

    (@audioscavenger)

    sure, but i would like to know the implications of this missing function for this particular plugin first.
    Does this missing function actually disable some w3tc functionalities?

    Hello audioscavenger (@audioscavenger),
    The missing function does not have implications. it was removed due to security reasons. The plugin functions fine without it.

    I would suggest updating W3 Total Cache plugin to the latest version that it was released about 2 months ago (Version 0.9.7).

    For more general question there is a great FAQ https://github.com/Auctollo/w3-total-cache/wiki/FAQ Let us know your feedback and mark the topic as resolved and close it.

    Best Regards
    -Mamunur

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘php7-fpm + fastCGI = modules not detected’ is closed to new replies.