$OpenBSD: patch-_htaccess,v 1.1.1.1 2007/12/12 13:21:43 robert Exp $
--- .htaccess.orig	Tue Nov 20 11:58:41 2007
+++ .htaccess	Tue Nov 20 11:59:01 2007
@@ -60,16 +60,6 @@ Options +ExecCGI
 Options +SymLinksIfOwnerMatch
 #AcceptPathInfo On
 
-AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript application/x-javascript text/css
-ExpiresByType text/html "access plus 1 day"
-ExpiresByType text/css "access plus 1 day"
-ExpiresByType text/javascript "access plus 7 days"
-ExpiresByType application/x-javascript "access plus 7 days"
-ExpiresByType image/gif "access plus 1 month"
-ExpiresByType image/jpg "access plus 1 month"
-ExpiresByType image/png "access plus 1 month"
-ExpiresByType image/x-icon "access plus 1 month"
-
 #
 # If you are having uploading larger documents, adjust the 16M examples
 # below to increase the maximum file size.  This is set to a reasonable
@@ -78,8 +68,8 @@ ExpiresByType image/x-icon "access plus 1 month"
 #
 <IfModule mod_php5.c>
 php_value upload_max_filesize -1
-php_value post_max_size 2000M
-php_value memory_limit -1
+php_value post_max_size 128M
+php_value memory_limit 128M
 php_value max_input_time -1
 php_value max_execution_time 0
 php_value error_reporting 5
