Assumes Apache 2.2 access commands
-
The plugin uses the old Apache 2.2 access commands
order deny,allow deny from all allow from 1.2.3.4even when it is running on Apache 2.4. Unless the access_compat module is enabled, this leads to a server error. When a future version of Apache drops even that support for the old way of doing things, this will affect you too 🙂
There’s an unofficial patch at the project’s git page.
The topic ‘Assumes Apache 2.2 access commands’ is closed to new replies.