From 2a7fa64bdfacec7411f06b6d35d30154c9f53d2a Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sat, 27 Apr 2013 09:25:31 +1200 Subject: [PATCH] Revert "Bug 9812 - Forbid access to several files through the browser" This reverts commit c0c8a46be7b61539cd920e1cf51791e38c99813b. Reverted at Authors 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