<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7601.17573"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Segoe UI">
<DIV>I re-checked the php.ini and my only found one difference</DIV>
<DIV> upload_max_filesize = 50G</DIV>
<DIV> </DIV>
<DIV>I changed to 50000M and restarted http. I still get connection reset on the browser</DIV>
<DIV> </DIV>
<DIV>I also found that the /etc/php.d/apc.ini in Julians Centos-4 vm had two additional lines:</DIV>
<DIV>apc.rfc1867=on</DIV>
<DIV>apc.max_file_size=50G</DIV>
<DIV> </DIV>
<DIV>I diff'd my php.ini with the php.ini from the zendto-64-Centos vm and the only difference was the upload_max_filesize noted above.</DIV>
<DIV> </DIV>
<DIV>I restarted the httpd service and either get a connection reset or the below message:</DIV>
<DIV>
<H1><FONT size=2>Request Entity Too Large</FONT></H1>The requested resource<BR>/dropoff.php<BR>does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit. </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Do we know for sure that the PHP 5.2 packages allow files over 2GB?</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>thanks</DIV>
<DIV><BR><BR>>>> On 4/20/2011 at 10:24 AM, John Cooper <johnpcooper@yahoo.com> wrote:<BR></DIV>
<TABLE style="MARGIN: 0px 0px 0px 15px; FONT-SIZE: 1em" border=0 bgColor=#f3f3f3>
<TBODY>
<TR>
<TD>
<DIV style="BORDER-LEFT: #050505 1px solid; PADDING-LEFT: 7px">On 20/04/11 15:56, Brad Beckenhauer wrote:<BR>> Hi John,<BR>> Since the default Centos vm from the zendto site does not use the <BR>> iuscommunity.orgrepo, I also I had to add the below line (and switched <BR>> to x86_64) before installing the ius-release package.<BR>> rpm -Uvh <BR>> <A href="http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/x86_64/epel-release-1-1.ius.el5.noarch.rpm">http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/x86_64/epel-release-1-1.ius.el5.noarch.rpm</A><BR>> I also noticed that the process removed the zendto package which I <BR>> re-installed.<BR>> I'm still not able to upload files over 2GB.<BR>> Does the PHP 5.2 package from iuscommunity have support for files over <BR>> 2GB?<BR>> thanks for your quick response.<BR>><BR><BR>The package is a noarch, so i386 and x86_64 are the same, but stored in <BR>both directories. What do you have in your /etc/php.ini for<BR><BR> * allow_call_time_pass_reference = On<BR> * max_execution_time = 7200<BR> * max_input_time = 7200<BR> * memory_limit = 300M<BR> * display_errors = On<BR> * post_max_size = 50000M<BR> * upload_tmp_dir = /var/zendto/incoming<BR> * upload_max_filesize = 50000M<BR><BR><BR>I have<BR><BR>post_max_size = 5000M and upload_max_filesize = 5000M set (5GB)<BR><BR>Any changes to php.ini requires<BR><BR>service httpd reload<BR><BR>to pick it up.<BR><BR><BR>_______________________________________________<BR>ZendTo mailing list<BR>ZendTo@zend.to<BR><A href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</A><BR></DIV></TD></TR></TBODY></TABLE></BODY></HTML>