Support Apache 2.4 configuration directives user/dbs/apache_2_4_support
authorDan Scott <dscott@laurentian.ca>
Thu, 17 Jan 2013 03:13:41 +0000 (22:13 -0500)
committerDan Scott <dscott@laurentian.ca>
Thu, 17 Jan 2013 03:13:41 +0000 (22:13 -0500)
commit5e04db8ecbb2d60fe3d0801ccf006e696ac2af10
treec0f3ea18b77aabf08c9e4ad74de8b8268f1eec30
parentee6b43a6782b9b0b7d462e51bf19d182d891719f
Support Apache 2.4 configuration directives

Apache 2.4 uses a different server-side include syntax, but we can
direct it to use the old syntax via the SSILegacySyntax directive.

2.4 also uses different access control syntax: "Require all granted"
instead of "Allow from all", for example.

Accordingly, create a parallel examples/apache_24 directory that
contains sample Apache configuration files suitable for Apache 2.4 and
higher.

Also, amend the README to reflect Apache 2.4 and higher.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/examples/apache_24/eg.conf [new file with mode: 0644]
Open-ILS/examples/apache_24/eg_vhost.conf [new file with mode: 0644]
docs/installation/server_installation.txt