Project

General

Profile

Actions

Bug #2755

closed

Progress Bar not working

Added by iamon over 7 years ago. Updated over 7 years ago.

Status:
Invalid
Priority:
Normal
Category:
mod_fastcgi
Target version:
-
ASK QUESTIONS IN Forums:

Description

hi

In July, i installed lighttpd 1.4.39 in Centos 7 (by yum) and installed php-fpm 5 , then i installed Rapidleech (https://github.com/Th3-822/rapidleech) and the progressbar was working fine.. but after new updates in Lighttpd progressbar is not working!! (i tested all combinations of different php and other http servers and found that the problem is with lighttpd's newer version only that is also after 1.4.39 version )

Please fix the issue and notify me also...
thanks!!

Actions #1

Updated by gstrauss over 7 years ago

We haven't run rapidleech before. Would you please provide some more details on how to reproduce this? What kind of setup? What kind of request? Can you provide more details as to what "not working" means? Is there are error in lighttpd logs? Does the progress bar not show up at all? Does the progress bar show up only once 100% is reached?

Actions #2

Updated by gstrauss over 7 years ago

  • Status changed from New to Need Feedback
Actions #3

Updated by iamon over 7 years ago

gstrauss wrote:

We haven't run rapidleech before. Would you please provide some more details on how to reproduce this? What kind of setup? What kind of request? Can you provide more details as to what "not working" means? Is there are error in lighttpd logs? Does the progress bar not show up at all? Does the progress bar show up only once 100% is reached?

Thanks for your Reply..

Actually the problem is that the when downloading anything by rapidleech, progress bar show up only once 100% is reached ,
it waits with loading screen till the download reach 100% and then instantly show progressbar moving from 0% to 100% .
earlier in july i tried the same step as in bash script below and it was working fine.. (That was lighttpd 1.4.39 ) but now it is not showing progressbar correctly.. i also tried other PHPs but it is still not working..

Bash Script :
here i added simple bash script to install LIGHTTPD, PHP5.6 & Rapidleech for FRESH Centos 7 .
https://www.dropbox.com/s/la7tvj4lrnx1gm2/rl.sh?dl=0

You can also download this bash script directly by this command:
wget https://www.dropbox.com/s/la7tvj4lrnx1gm2/rl.sh?dl=1 -O rl.sh

test links:
http://cachefly.cachefly.net/100mb.test
http://mirror.leaseweb.com/speedtest/1000mb.bin

Thanks..

Actions #4

Updated by gstrauss over 7 years ago

Try setting the following in lighttpd.conf: server.stream-response-body = 1

Actions #5

Updated by iamon over 7 years ago

gstrauss wrote:

Try setting the following in lighttpd.conf: server.stream-response-body = 1

Thanks alot!!! Its working perfectly fine now...

Actions #6

Updated by gstrauss over 7 years ago

  • Status changed from Need Feedback to Invalid

Invalid bug report; not a bug.

That said, we may consider changing the default, which is lighttpd.conf: server.stream-response-body = 0

Actions #7

Updated by gstrauss over 7 years ago

  • Target version deleted (1.4.x)
Actions

Also available in: Atom