XFileSharing Pro - progrss bar don´t work on litespeed ?

Message
Author
ChenB
Posts: 26
Joined: Apr 23, 2012 10:48 am

progrss bar don´t work on litespeed ?

#1 Postby ChenB » Jul 01, 2012 2:15 am

hi i have litespeed and the progrss bar show the Initializing upload...
what can i do to fix it ?
and someone have a good conf to litespeed ?

Jesse202
Posts: 246
Joined: May 07, 2010 6:24 pm

#2 Postby Jesse202 » Jul 01, 2012 6:09 am

run uploads through apache. that's the only way you will ever see a progress bar

ChenB
Posts: 26
Joined: Apr 23, 2012 10:48 am

#3 Postby ChenB » Jul 01, 2012 9:12 am

but litespeed is apache :\
i saw that the upload.cgi just dont make the /tmp/123123123.html
the "status" page . why ?

ufkabakan
Posts: 332
Joined: Apr 13, 2011 9:37 pm

#4 Postby ufkabakan » Jul 01, 2012 8:29 pm

Progressbar only works with apache.

Angel90
Posts: 3
Joined: Sep 23, 2012 7:40 am

#5 Postby Angel90 » Oct 26, 2012 9:38 am

So with Nginx progress bar doesn't work?

trinsic
Posts: 149
Joined: Dec 21, 2009 9:24 am

#6 Postby trinsic » Oct 26, 2012 9:51 pm

Litespeed is NOT Apache, it has similar features to help you adjust between them but is not the same.

Litespeed and Nginx both cache the upload and then send the entire file to the disk preventing it from having a progress bar. Nginx/Lighttpd have an internal progress bar which you can use with some modding.

afdah
Posts: 147
Joined: Jan 27, 2012 2:23 pm

#7 Postby afdah » Oct 27, 2012 12:05 am

Angel90 wrote:So with Nginx progress bar doesn't work?
nginx progress bar works with the optional nginx upload progress module.