aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-07-24 19:07:04 -0700
committerfriendica <info@friendica.com>2014-07-24 19:07:04 -0700
commit1a6973a670b7137353708e838d9076be3e9b93bf (patch)
treefc5513ffa749a84322775e63b56cdc3155eca1bd /.htaccess
parente7d401f3876ee8a744c04edf2a2a82f5d8fc0767 (diff)
downloadvolse-hubzilla-1a6973a670b7137353708e838d9076be3e9b93bf.tar.gz
volse-hubzilla-1a6973a670b7137353708e838d9076be3e9b93bf.tar.bz2
volse-hubzilla-1a6973a670b7137353708e838d9076be3e9b93bf.zip
cherry pick pull request #544
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess14
1 files changed, 1 insertions, 13 deletions
diff --git a/.htaccess b/.htaccess
index acfe4d346..39fd89e04 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,7 +1,7 @@
Options -Indexes
AddType application/x-java-archive .jar
AddType audio/ogg .oga
-SSLCipherSuite HIGH:AES256-SHA:AES128-SHA:RC4:!aNULL:!eNULL:!EDH
+#SSLCipherSuite HIGH:AES256-SHA:AES128-SHA:RC4:!aNULL:!eNULL:!EDH
# don't allow any web access to logfiles, even after rotation/compression
<FilesMatch "\.(out|log|gz)$">
@@ -25,15 +25,3 @@ Deny from all
</IfModule>
-# Set Apache compression
-# compress text, html, javascript, css, xml:
-AddOutputFilterByType DEFLATE text/plain
-AddOutputFilterByType DEFLATE text/html
-AddOutputFilterByType DEFLATE text/xml
-AddOutputFilterByType DEFLATE text/css
-AddOutputFilterByType DEFLATE application/xml
-AddOutputFilterByType DEFLATE application/xhtml+xml
-AddOutputFilterByType DEFLATE application/rss+xml
-AddOutputFilterByType DEFLATE application/javascript
-AddOutputFilterByType DEFLATE application/x-javascript
-