aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-05-07 14:45:43 +0200
committerGravatar GitHub <noreply@github.com> 2025-05-07 14:45:43 +0200
commitf2a7af03e820a01188475cceb654dac2074e4505 (patch)
tree96713d6acd461d6a19a5f613e1fd29be26d86794 /p
parent91d32acfdce7410ae9e5ff6f30b8a9ff91512884 (diff)
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
Diffstat (limited to 'p')
-rw-r--r--p/.htaccess2
1 files changed, 0 insertions, 2 deletions
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
<IfModule mod_headers.c>
<FilesMatch "\.(css|gif|html|ico|js|png|svg|woff|woff2)$">
Header merge Cache-Control "public"
- # If you run an old Apache 2.2-, comment out the following <If> section
<If "%{QUERY_STRING} =~ /^[0-9]+$/">
# For requests like `frss.css?1746304092`
Header merge Cache-Control "immutable"
@@ -55,7 +54,6 @@ AddDefaultCharset UTF-8
</IfModule>
<IfModule !mod_rewrite.c>
<IfModule mod_setenvif.c>
- # 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
</IfModule>
</IfModule>