From 69231a29cedd0b15f403afe71004b40df5ddaa12 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sat, 27 Apr 2013 09:27:12 +1200 Subject: [PATCH] Revert "Bug 9812 - Forbid access to several files through the browser" This reverts commit f5593842dc99211192955a4e70818de18b6204b5. Revert at author's request --- etc/koha-httpd.conf | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/etc/koha-httpd.conf b/etc/koha-httpd.conf index 9233b53fff..dc82d08a39 100644 --- a/etc/koha-httpd.conf +++ b/etc/koha-httpd.conf @@ -20,16 +20,6 @@ SetEnv MEMCACHED_SERVERS "__MEMCACHED_SERVERS__" SetEnv MEMCACHED_NAMESPACE "__MEMCACHED_NAMESPACE__" - - Options -Indexes - - - # Secure internal stuff - - Order deny,allow - Deny from all - - mod_gzip_on yes mod_gzip_dechunk yes @@ -129,16 +119,6 @@ ErrorDocument 404 /cgi-bin/koha/errors/404.pl ErrorDocument 500 /cgi-bin/koha/errors/500.pl - - Options -Indexes - - - # Secure internal stuff - - Order deny,allow - Deny from all - - mod_gzip_on yes mod_gzip_dechunk yes -- 2.39.5