1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-09 07:06:41 +02:00

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.
This commit is contained in:
Andrey Novikov
2023-05-12 19:21:15 +03:00
committed by oupala
parent b7d7d2aeb8
commit 9ed650a4ef

View File

@@ -27,7 +27,7 @@ Apaxy may be basic, but it gives you a great deal of creative freedom when styli
## Installation ## 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 ```apache
AllowOverride Options Indexes FileInfo AllowOverride Options Indexes FileInfo