]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Changing max post size and upload max size.
authordrebs <drebs@riseup.net>
Thu, 4 Mar 2010 01:00:17 +0000 (22:00 -0300)
committerdrebs <drebs@riseup.net>
Thu, 4 Mar 2010 01:00:17 +0000 (22:00 -0300)
files/apache2/php.ini
files/cli/php.ini

index 88b69c59bea416ab30c26371e43007c5be076398..d1673bd5f435e42f896c8eaf44390456ce4d6960 100644 (file)
@@ -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
 ;
index 8b216d2d87d90d28d6b91e74742becc9d43e2f55..c282aaeaaf799c035616cf2d17372d42f197828e 100644 (file)
@@ -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