XFileSharing Pro - Progress bar help

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

Progress bar help

#1 Postby trinsic » Dec 21, 2009 9:40 am

Hey guys having a bit of trouble. Just installed 1.6 today and everything is working except the progress bar when I upload from my PC. Remote uploading has a progress bar but local upload doesn't, in my apache logs I get this:

Code: Select all

File does not exist: /var/www/html/tmp/510358804240.html, referer: http://domain.com:8080/tmp/status.html?510358804240=hdtune_255.exe=domain.com/

File does not exist: /var/www/html/tmp/510358804240.html, referer: http://domain.com:8080/tmp/status.html?510358804240=hdtune_255.exe=domain.com/
It just carries on until the file is uploaded. No files are changed.

Thanks

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Dec 21, 2009 4:05 pm

Hmm...probably your server caches upload stream, test this with this little script: http://xfilesharing.net/test_up.zip

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

#3 Postby trinsic » Dec 22, 2009 12:36 am

Yep your right.
Time1:1261431916
Time2:1261431916

Result: Server Problem! Won't work :(
Its just a default 'apt-get install Apache2' using Ubuntu server.

Modules that show up as loaded from my phpinfo file are:
core
mod_log_config
mod_logio
prefork
http_core
mod_so
mod_alias
mod_auth_basic
mod_authn_file
mod_authz_default
mod_authz_groupfile
mod_authz_host
mod_authz_user
mod_autoindex
mod_cgi
mod_dir
mod_env
mod_mime
mod_negotiation
mod_php5
mod_rewrite
mod_setenvif
mod_status

I went through and removed each one, restarting and testing to see if it worked but still the same. What else is there that I can test?

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#4 Postby PilgrimX182 » Dec 22, 2009 8:31 am

Usually mod_security causes upload caching. Search for something like mod_sec2.conf.

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

#5 Postby trinsic » Dec 25, 2009 2:07 am

All good now. Didn't find out what the problem was but I simply rebuilt the server and set it all up manually.