Project

General

Profile

« Previous | Next » 

Revision 8401

web/main.conf: <Directory .>: Added `Require all granted`, which is needed by Apache 2.4 to prevent 403 Forbidden errors. This change breaks compatibility with older versions of Apache, but is unfortunately required by 2.4.

View differences:

main.conf
8 8
	
9 9
	DocumentRoot .
10 10
	<Directory .>
11
		Require all granted
11 12
		AllowOverride all
12 13
	</Directory>
13 14
	

Also available in: Unified diff