From 242df07fb09f3fe66874294a7f9e5a71e530c876 Mon Sep 17 00:00:00 2001 From: tomash Date: Fri, 30 Sep 2005 23:30:07 +0000 Subject: [PATCH] The 'upload_max_filesize problem' fixed, I hope. --- livesupport/modules/htmlUI/etc/90_php_livesupport.conf | 3 ++- livesupport/modules/htmlUI/etc/Makefile.in | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/livesupport/modules/htmlUI/etc/90_php_livesupport.conf b/livesupport/modules/htmlUI/etc/90_php_livesupport.conf index b8e44f9d0..423f0276a 100644 --- a/livesupport/modules/htmlUI/etc/90_php_livesupport.conf +++ b/livesupport/modules/htmlUI/etc/90_php_livesupport.conf @@ -1,2 +1,3 @@ -php_value upload_max_filesize 32M +php_value upload_max_filesize 100M +php_value post_max_size 101M diff --git a/livesupport/modules/htmlUI/etc/Makefile.in b/livesupport/modules/htmlUI/etc/Makefile.in index 939f48a35..5b40c8a9c 100644 --- a/livesupport/modules/htmlUI/etc/Makefile.in +++ b/livesupport/modules/htmlUI/etc/Makefile.in @@ -155,6 +155,7 @@ install: configure_apache ${CP} ${BASE_DIR}/index.php ${USR_VAR_DIR}/LiveSupport/htmlUI ${CP} ${VAR_DIR}/*.xml ${VAR_DIR}/*.php \ ${USR_VAR_DIR}/LiveSupport/htmlUI/var + ${CP} ${VAR_DIR}/.htaccess ${USR_VAR_DIR}/LiveSupport/htmlUI/var ${CP} ${VAR_DIR}/html/*.php ${VAR_DIR}/html/*.css \ ${USR_VAR_DIR}/LiveSupport/htmlUI/var/html ${CP} ${VAR_DIR}/html/img/*.png ${VAR_DIR}/html/img/*.gif \