Module: bugzilla Branch: master Commit: fbff5e20342dd74b2bc2bffe80b9e0a90d913015 URL: https://source.winehq.org/git/bugzilla.git/?a=commit;h=fbff5e20342dd74b2bc2b...
Author: Alexandre Julliard julliard@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@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