From 3104bb658543cb57b14f68e742b5bf88aba39808 Mon Sep 17 00:00:00 2001 From: bshuttle Date: Wed, 26 Apr 2006 13:50:01 +0000 Subject: [PATCH] fix for SUSe and BitRock. --- .htaccess | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/.htaccess b/.htaccess index cd35844..8805448 100644 --- a/.htaccess +++ b/.htaccess @@ -34,6 +34,21 @@ php_flag register_globals OFF php_flag output_buffering OFF php_flag session.auto_start OFF + + +php_value default_mimetype text/html +php_value auto_prepend_file none +php_value auto_append_file none +php_flag display_startup_errors ON +php_flag display_errors ON +php_flag file_uploads ON +php_flag magic_quotes_gpc OFF +php_flag magic_quotes_runtime OFF +php_flag register_globals OFF +php_flag output_buffering OFF +php_flag session.auto_start OFF + + SetEnv kt_htaccess_worked yes @@ -51,13 +66,21 @@ Options +SymLinksIfOwnerMatch # malicious users to use up resources. # -php_value upload_max_filesize 32M -php_value post_max_size 32M -php_value memory_limit 32M +php_value upload_max_filesize -1 +php_value post_max_size 2000M +php_value memory_limit -1 +php_value max_input_time -1 +php_value max_execution_time 0 + + +php_value upload_max_filesize -1 +php_value post_max_size 2000M +php_value memory_limit -1 php_value max_input_time -1 -php_value max_execution_time 90 +php_value max_execution_time 0 + # #RewriteEngine On #RewriteBase / -- libgit2 0.21.4