diff --git a/config/rootfiles/common/apache2 b/config/rootfiles/common/apache2
index 7f02347a2..8bca87c3b 100644
--- a/config/rootfiles/common/apache2
+++ b/config/rootfiles/common/apache2
@@ -505,6 +505,7 @@ srv/web/ipfire/html/captive
 #srv/web/ipfire/manual/images/custom_errordocs.png
 #srv/web/ipfire/manual/images/down.gif
 #srv/web/ipfire/manual/images/favicon.ico
+#srv/web/ipfire/manual/images/favicon.png
 #srv/web/ipfire/manual/images/feather.gif
 #srv/web/ipfire/manual/images/feather.png
 #srv/web/ipfire/manual/images/filter_arch.png
@@ -1080,8 +1081,6 @@ srv/web/ipfire/html/captive
 #srv/web/ipfire/manual/mod/mod_systemd.html
 #srv/web/ipfire/manual/mod/mod_systemd.html.en
 #srv/web/ipfire/manual/mod/mod_systemd.html.fr.utf8
-#srv/web/ipfire/manual/mod/mod_tls.html
-#srv/web/ipfire/manual/mod/mod_tls.html.en
 #srv/web/ipfire/manual/mod/mod_unique_id.html
 #srv/web/ipfire/manual/mod/mod_unique_id.html.en
 #srv/web/ipfire/manual/mod/mod_unique_id.html.fr.utf8
diff --git a/lfs/apache2 b/lfs/apache2
index 7287c997b..059d011c8 100644
--- a/lfs/apache2
+++ b/lfs/apache2
@@ -25,7 +25,7 @@
 
 include Config
 
-VER        = 2.4.65
+VER        = 2.4.66
 
 THISAPP    = httpd-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 67da132d066e03690d3a3ead8a528ab020564699c82584adf5bc637e1bc6c1def6f08e7b8b7962115fcb5bab31be7c977442549096d171321f95f54796ece63a
+$(DL_FILE)_BLAKE2 = 3e702c9eda81440733516b6fe26f44cd358c385203de5a674f65e3806b0204bae4eb845e3a9ab340b2d731f98c9a0e72f616dd3ad070421b31e7814bbfcd6469
 
 install : $(TARGET)
 
