#11 update resultsdb_frontend conf to be compatible with apache 2.4
Closed: Fixed Opened by tflink.

The current conf for resultsdb_frontend uses only apache 2.2 style config which can't be deployed on f20+

Change the following:
Order deny,allow
Allow from all

To:

# Apache 2.4
Require all granted


Order allow,deny
Allow from all


This ticket had assigned some Differential requests:
D407

Metadata