aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2010-03-03 22:00:17 -0300
committerdrebs <drebs@riseup.net>2010-03-03 22:00:17 -0300
commit75ff8eca9d9ddeadd2423c20268b49c21f5c0f78 (patch)
tree1808f93ffc1a1e9943a434f7883f2a9fc66e5c9a
parent661a69841c788b534acea29f8b0a73b0f4e7214b (diff)
downloadpuppet-php-75ff8eca9d9ddeadd2423c20268b49c21f5c0f78.tar.gz
puppet-php-75ff8eca9d9ddeadd2423c20268b49c21f5c0f78.tar.bz2
Changing max post size and upload max size.
-rw-r--r--files/apache2/php.ini2
-rw-r--r--files/cli/php.ini4
2 files changed, 3 insertions, 3 deletions
diff --git a/files/apache2/php.ini b/files/apache2/php.ini
index 88b69c5..d1673bd 100644
--- a/files/apache2/php.ini
+++ b/files/apache2/php.ini
@@ -448,7 +448,7 @@ register_argc_argv = On
auto_globals_jit = On
; Maximum size of POST data that PHP will accept.
-post_max_size = 8M
+post_max_size = 100M
; Magic quotes
;
diff --git a/files/cli/php.ini b/files/cli/php.ini
index 8b216d2..c282aae 100644
--- a/files/cli/php.ini
+++ b/files/cli/php.ini
@@ -448,7 +448,7 @@ register_argc_argv = On
auto_globals_jit = On
; Maximum size of POST data that PHP will accept.
-post_max_size = 8M
+post_max_size = 100M
; Magic quotes
;
@@ -562,7 +562,7 @@ file_uploads = On
;upload_tmp_dir =
; Maximum allowed size for uploaded files.
-upload_max_filesize = 2M
+upload_max_filesize = 100M
; Maximum number of files that can be uploaded via a single request