From f2a7af03e820a01188475cceb654dac2074e4505 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 7 May 2025 14:45:43 +0200 Subject: Remove Apache 2.2 (only support Apache 2.4+) (#7561) Follow-up of https://github.com/FreshRSS/FreshRSS/pull/7552 I cannot find any distribution still supporting Apache 2.2 --- p/.htaccess | 2 -- 1 file changed, 2 deletions(-) (limited to 'p') diff --git a/p/.htaccess b/p/.htaccess index e6d024c5e..4d2c6e52b 100644 --- a/p/.htaccess +++ b/p/.htaccess @@ -39,7 +39,6 @@ AddDefaultCharset UTF-8 Header merge Cache-Control "public" - # If you run an old Apache 2.2-, comment out the following section # For requests like `frss.css?1746304092` Header merge Cache-Control "immutable" @@ -55,7 +54,6 @@ AddDefaultCharset UTF-8 - # If you run an old Apache 2.2-, disable mod_setenvif and enable mod_rewrite, or comment out next line SetEnvIfExpr "%{CONN_REMOTE_ADDR} =~ /(.*)/" CONN_REMOTE_ADDR=$1 -- cgit v1.2.3