FeministWiki:Server setup: Difference between revisions

    No edit summary
    Line 152: Line 152:
    === Apache modules, config, and sites ===
    === Apache modules, config, and sites ===


    Make sure we're using {{C|mpm_event}} instead of the old {{C|mpm_prefork}}:
    Enable PHP FPM:


    a2dismod php${php_version} mpm_prefork
      a2enmod proxy_fcgi
      a2enmod mpm_event proxy_fcgi setenvif
      a2enconf php${php_version}-fpm
      a2enconf php${php_version}-fpm