From 9ed650a4effc47c1696530f2f4baed130340aa86 Mon Sep 17 00:00:00 2001 From: Andrey Novikov Date: Fri, 12 May 2023 19:21:15 +0300 Subject: [PATCH] fix: update the required Apache version in README Module autoindex in Apache-2.2 generates table not specifying any CSS classes (they were appeared in Apache-2.4), but Apaxy CSS selectors requires those. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e814f88..e6233d7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Apaxy may be basic, but it gives you a great deal of creative freedom when styli ## Installation -apaxy requires an apache (2.2.11+) http server. The configuration of the apache http server have to set an `AllowOverride` statement for the Apaxy styled folder: +apaxy requires an apache (2.4+) http server. The configuration of the apache http server have to set an `AllowOverride` statement for the Apaxy styled folder: ```apache AllowOverride Options Indexes FileInfo