Skip to main content

PHP-FPM and Opcache

Comments

3 comments

  • Erel
    I went ahead and updated the server. Everything seems to work fine and http2 is fast! I think that the issue with Opcache is related to shared hosting, which is not relevant in our case.
    0
  • Anoop P Alias
    Yes OpCache will work with any php handler that handles persistent connections. This include DSO,FastCGI(mod_fcgid) and PHP-FPM. opcache does not work with CGI /SuPHP
    0
  • cPanelMichael
    Hello, I'm glad to see it's working well. While DSO (and thus Prefork) is recommended for use with Opcache, it's not required. Thank you.
    0

Please sign in to leave a comment.