php7-fpm + fastCGI = modules not detected
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘php7-fpm + fastCGI = modules not detected’ is closed to new replies.