Magento 2 complained that I should set always_populate_raw_post_data to -1. Changing the php.ini didn’t help. The solution was to add
php_value always_populate_raw_post_data -1
to my VirtualHost (directly after the AllowOverride of the DocumentRoot-directory config).