You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2007/05/05 00:56:48 UTC

DO NOT REPLY [Bug 42340] - Client serving fails when accessing network mounted device.

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=42340


rpluem@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




------- Additional Comments From rpluem@apache.org  2007-05-04 15:56 -------
This could be a problem with sendfile / mmap on a network filesystem. Please try
to use

EnableMMAP Off
EnableSendfile Off

See also: http://httpd.apache.org/docs/2.2/en/mod/core.html#enablesendfile
If this does not solve your problem my next guess is that the LFS support of
your CIFS / SMBFS filesystems is broken on your Linux installation since httpd
2.2.x is compiled with LFS support by default whereas 2.0 is not (and in fact
cannot).
In order to disable LFS support in httpd 2.2 you need to recompile it and add
--disable-lfs to your configure options. I assume that you run a 32 bit Linux
and not 64 bit one.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org