openbsd-ports/www/ktdms/patches/patch-_htaccess
robert 95256b35bf import of ktdms-3.5.1
KnowledgeTree is the leading commercial open source electronic document
management software designed for teams and small to medium-sized
organizations.
KnowlodgeTree is document management made simple: easily secure, share,
track and manage the documents and records your organization depends on.
2007-12-12 13:21:38 +00:00

32 lines
1.2 KiB
Plaintext

$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