DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23670>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23670

cannot read files from smbfs directory





------- Additional Comments From [EMAIL PROTECTED]  2003-10-08 10:46 -------
Try coding "EnableSendfile Off" in a container representing the smbfs directory
to see if that works around the problem.

Apache 2 by default will use sendfile() on static files.  However, not all
filesystems support sendfile(), so the "EnableSendfile" directive is used to
toggle this behavior as necessary to work around system limitations.

Plz let us now if this helps.  If it continues to fail, use truss to verify that
sendfile() is not being used, and let us know which syscall returned the error.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to