[download-web] It's httpd > 2.4



commit a4d676134f3cb94ecf70956fe18f88e573583a7a
Author: Andrea Veri <averi redhat com>
Date:   Mon Nov 11 13:28:27 2019 +0100

    It's httpd > 2.4

 download.gnome.org.conf | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/download.gnome.org.conf b/download.gnome.org.conf
index 87fe32b..ba1413b 100644
--- a/download.gnome.org.conf
+++ b/download.gnome.org.conf
@@ -17,7 +17,7 @@ LoadModule autoindex_mb_module modules/mod_autoindex_mb.so
 
 <VirtualHost *:8080>
     ServerName download.gnome.org
-    DocumentRoot /downloads/data
+    DocumentRoot /download/data
 
     MirrorBrainMirrorlistStylesheet "https://static.gnome.org/css/mirrorbrain.css";
     IndexStyleSheet "https://static.gnome.org/css/mirrorbrain.css";
@@ -49,7 +49,6 @@ LoadModule autoindex_mb_module modules/mod_autoindex_mb.so
         MirrorBrainExcludeFileMask "(NEWS|\.(md5|sha256sum|news|json))$"
         Options FollowSymLinks Indexes
         AllowOverride None
-        Order allow,deny
-        Allow from all
+        Require all granted
     </Directory>
 </VirtualHost>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]