]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Support Apache 2.4 configuration directives
authorDan Scott <dscott@laurentian.ca>
Thu, 17 Jan 2013 03:13:41 +0000 (22:13 -0500)
committerBen Shum <bshum@biblio.org>
Thu, 14 Mar 2013 20:10:00 +0000 (16:10 -0400)
commitd4f6bf89576e470f16214f5848b0782e4bec8573
tree5e3de20366a2b7d017993c412d26ccceb2243a63
parent67fe98a9185ace222fe8051519cb23e4b5e42fd0
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>
Signed-off-by: Ben Shum <bshum@biblio.org>
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