2011/4/5 Yuri D'Elia <wav...@thregr.org>

> On Tue, 5 Apr 2011 10:54:27 +0200, Roberto Salgado wrote:
>
>>  I'm using 0.8 version and trying to upload an 800MB file. As soon as my
>> browser (Firefox 3.x and Chrome 8.0.552.224) finalizes sending the file I
>> got the login form again and file is not uploaded.
>>
>
> Getting the login form again is strange, this probably means the PHP
> process has been interrupted.
>
> Do you have access to the PHP's error log to see if there's any relevant
> message?

I've got full access to server. No error found on error.log (but 404 for
favicon.ico).

>
>
>         php_value max_file_size 1024M
>>        php_value file_uploads On
>>        php_value upload_tmp_dir /var/spool/dl/tmp/
>>        php_value upload_max_filesize 1024M
>>        php_value post_max_size 1025M
>>        php_value apc.rfc1867 On
>>
>> Default PHP values contains:
>> magic_quotes_gpc = Off
>> magic_quotes_runtime = Off
>> date.timezone = Europe/Madrid <-- Both Clocks are using NTP servers for
>> sync.
>> ...
>> extension=apc.so
>>
>
> Looks good.
>
>
>  DL dir and DL tmp dir have more than 100GB free. Progressbar has not been
>> shown. I successfuly uploaded a 500MB file but can't upload larger files.
>>
>
> Did you ever get the progress-bar uploading any file?
> With both browsers?
>
>
I don't even know how it looks like. Uploading was a "matter of faith". I
might have to reconstruct apc.so...


>  Can anyone help me with this issue? Is it "timeout" related?
>>
>
> This could happen for a lot of reasons. I hope you have access to the log
> files.
> I'm thinking about max_input_time or max_execution_time limits which may be
> too low in this case.
>
> I guess those values are too low too.
  max_input_time = 60
  max_execution_time = 30

We have an own Spanish translation (I had sent it to you a few weeks ago)
but we did not touch PHP source but for adding "es_ES" to locale
configuration.

What would be a propper setup for those values according to my requirements?

Reply via email to