logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: mod_xsendfile (70008)Partial results are valid help
Author
steelers4582



Joined: 11 Nov 2010
Posts: 2

PostPosted: Thu 11 Nov '10 14:07    Post subject: mod_xsendfile (70008)Partial results are valid help Reply with quote

Hi, I am trying to implement mod_xsendfile on Apache/Windows. Some files will work, but most I get the error:

(70008)Partial results are valid but processing is incomplete: xsendfile: unable to stat file

Can anyone help? Thanks
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Tue 16 Nov '10 12:04    Post subject: Reply with quote

What kind of type are these files? Inside or outside the document root?
What about it in access log and error log.
Back to top
steelers4582



Joined: 11 Nov 2010
Posts: 2

PostPosted: Tue 16 Nov '10 14:48    Post subject: Reply with quote

They can be a variety of files. .Doc, .PDF, .xls, .dwg etc as big as 700mb in size. They are located on a share on a different file server separate from the doc root.
Back to top
daibach



Joined: 24 Apr 2007
Posts: 33
Location: Cardiff, Wales, UK

PostPosted: Tue 09 Aug '11 10:52    Post subject: Reply with quote

@steelers,

The 70008 Partial Results error is due to Apache not being able to get the full list of permissions for the file you're requesting. The error has been logged with mod_xsendfile, along with the patch required to workaround the issue (just checks the file but not permissions) and they're also supplied a compiled version containing the fix (if you trust them Wink).

https://github.com/nmaier/mod_xsendfile/issues/8
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Tue 09 Aug '11 15:08    Post subject: Reply with quote

Updated mod_xsendfile to the latest 1.0 and included the fix at https://github.com/nmaier/mod_xsendfile/issues/8

Thanks for pointing us,

Steffen
Back to top


Reply to topic   Topic: mod_xsendfile (70008)Partial results are valid help View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules