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 2004/10/06 11:02:01 UTC

DO NOT REPLY [Bug 31558] New: - Cannot serve files from Novell share mounted into Linux with ncpfs

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=31558>.
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=31558

Cannot serve files from Novell share mounted into Linux with ncpfs

           Summary: Cannot serve files from Novell share mounted into Linux
                    with ncpfs
           Product: Apache httpd-2.0
           Version: 2.0.51
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: snickl@snickl.freaks.de


There are directories of pdf files on a Novell share that I want to provide a
web-based frontend to. This is done with a Linux x86 box that has the Novell
share mounted into it's filesystem with Linux's ncpfs filesystem. Apache is then
configured to serve from there:

Alias /pdfdir/ /pdfdir/
<Directory /pdfdir>
   Options Indexes
   <IfModule mod_access.c>
        Allow from all
   </IfModule>
</Directory>

While this worked fine with apache 1.3, it apparently doesn't with the 2.0
series, Linux kernels 2.4 and currently 2.6.8.1.

This is the message returned by wget when trying to fetch such a file:
10:49:42 (0.00 B/s) - Connection closed at byte 0. Retrying.

No entry to error_log is generated, but this goes into access_log:
<my-client-ip> - - [06/Oct/2004:10:49:42 +0200] "GET <pdf-url> HTTP/1.0" 200
6729456 "-" "Wget/1.9.1"

The number of bytes logged into access_log is correct.

This is lynx -head:
HTTP/1.1 200 OK
Date: Wed, 06 Oct 2004 08:54:23 GMT
Server: Apache/2.0.51 (Gentoo/Linux) mod_perl/1.99_11 Perl/v5.8.2
Last-Modified: Tue, 07 Sep 2004 15:33:06 GMT
ETag: "79-66aef0-b6b91080"
Accept-Ranges: bytes
Content-Length: 6729456
Connection: close
Content-Type: application/pdf

But lynx -dump also returns nothing at all.

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