Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

2.2.1

Compare
Choose a tag to compare
@geerlingguy geerlingguy released this 25 Jan 15:59
· 1450 commits to master since this release

Please be sure to read the below note, copied verbatim from the 2.2.0 release notes. This release is a bugfix-only release to fix a few small issues that cropped up as a result of switching Drupal VM from defaulting to mod_php to PHP-FPM with Apache.

New variables in config.yml

  • Important: If you're using Apache, make sure you add a ProxyPassMatch parameter to each Drupal or PHP vhost, for example:
apache_vhosts:
  - servername: "{{ drupal_domain }}"
    documentroot: "{{ drupal_core_path }}"
    extra_parameters: |
          ProxyPassMatch ^/(.*\.php(/.*)?)$ "fcgi://127.0.0.1:9000{{ drupal_core_path }}"

FastCGI is not supported on CentOS 6, so If you're using the geerlingguy/centos6 base box, there is no need to add the extra_parameters. Note that CentOS 6 and Ubuntu 12.04 support are both slated for removal sometime later this year, see #376.