Non-Forking Web Servers that support resume?

I've tried:

thttp - supports resume but takes up TOO MUCH memory (go figure)

webfs - awesome, amazing webserver to just serve static files/images - totally barebones, NO RESUME

aolserver - lots of pros..seems ok..but.. NO RESUME

boa - better than webfs, but again, no resume

I server a lot of big files (mp3, mpegs, etc.) and the ability to support resume (RANGE: xxxxxxx- in http headers) is necessary... Apache does this but apache is too much of a heavyweight for this...

Anyone have any suggestions as to what else I should try? To run on FreeBSD...

Thanks

-- on a side note, I do not have root on this machine, it's a 'virtual server' so I have a partition allocated to me type of deal.. So I can't go into /usr/libexec and install libraries, some web servers I've gone out to try (mathopl, xitami) need to get libc.so.5 from there and it's not and I can't find a place to change it in the sources.. maybe i'm blind.

 

 

 

 

Top