Alexandre Julliard : htaccess: Comment out broken mod_version.c code.

Alexandre Julliard julliard at winehq.org
Thu May 3 04:30:46 CDT 2018


Module: bugzilla
Branch: master
Commit: fbff5e20342dd74b2bc2bffe80b9e0a90d913015
URL:    https://source.winehq.org/git/bugzilla.git/?a=commit;h=fbff5e20342dd74b2bc2bffe80b9e0a90d913015

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed May  2 22:50:51 2018 +0200

htaccess: Comment out broken mod_version.c code.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 .htaccess | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/.htaccess b/.htaccess
index 22e6658..a367dfa 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,16 +1,16 @@
 # Don't allow people to retrieve non-cgi executable files or our private data
 <FilesMatch (\.pm|\.pl|\.tmpl|localconfig.*)$>
-  <IfModule mod_version.c>
-    <IfVersion < 2.4>
-     Deny from all
-    </IfVersion>
-    <IfVersion >= 2.4>
-      Require all denied
-    </IfVersion>
-  </IfModule>
-  <IfModule !mod_version.c>
+#  <IfModule mod_version.c>
+#    <IfVersion < 2.4>
+#     Deny from all
+#    </IfVersion>
+#    <IfVersion >= 2.4>
+#      Require all denied
+#    </IfVersion>
+#  </IfModule>
+#  <IfModule !mod_version.c>
     Deny from all
-  </IfModule>
+#  </IfModule>
 </FilesMatch>
 
 Options -Indexes




More information about the wine-cvs mailing list