Forbidden access after upgrading apache

the new apache conf doesn’t use order ,allow command , so you need to remove it and use require all granted 

Options -Indexes AllowOverride all

Order allow,deny

allow from all

require all granted