From: ArthurHoaro Date: Thu, 3 Nov 2016 12:59:18 +0000 (+0100) Subject: .htaccess files: support Apache 2.4+ syntax X-Git-Tag: v0.8.1~12^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=5ebc1d504bc8a8f29f49a8a4fc1c421f78677b2a;hp=5ebc1d504bc8a8f29f49a8a4fc1c421f78677b2a;p=github%2Fshaarli%2FShaarli.git .htaccess files: support Apache 2.4+ syntax If `mod_version` is enabled, the previous syntax will apply for Apache <2.4. If not, the new syntax is used by default. Fixes #676 `mod_version` identifier is `version_module` across all Apache versions. See: * https://httpd.apache.org/docs/current/mod/mod_version.html * https://httpd.apache.org/docs/2.2/mod/mod_version.html * https://serverfault.com/questions/733910/how-do-i-load-mod-version-only-if-it-isnt-built-in-to-apache Note that version_module comes built-in with Debian (and derivatives) Apache2 packages, see https://wiki.debian.org/Apache/PackagingFor24 ---