cuongphphanoi / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

httpfs and mongoose #250

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I want to use mongoose to mount over network with httpfs, but while http works 
from a browser I can't mount the content with httpfs.

httpfs2 error 
./httpfs2 http://192.168.1.201 /mnt/httpfs/
file name:      192.168.1.201
host name:      192.168.1.201
port number:    80
protocol:       http
request path:   /
auth data:      (null)
./httpfs2: HEAD: server must Accept-Range: bytes
./httpfs2: HEAD: exchange: server error
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=utf-8

here is the access_log of mongoose
192.168.1.20 - - [23/Apr/2011:11:12:23 +0300] "GET / HTTP/1.1" 200 603 - -

I 'm using linux (slackware64) tried versions 2.11 and 3.0 same problem.

Original issue reported on code.google.com by spell1...@gmail.com on 23 Apr 2011 at 8:17

GoogleCodeExporter commented 9 years ago
Please update to the latest source.

Original comment by valenok on 2 May 2011 at 9:37

GoogleCodeExporter commented 9 years ago
Tried httpfs myself, seems to work to me. Please reopen if it's broken for you.

Original comment by valenok on 17 Jun 2011 at 7:37