Displaying 1 result from an estimated 1 matches for "test_sendfile".
2006 Jul 17
6
Rails+Mongrel+Lighthttpd: Ruby-Sendfile Problem
...to use Lighty as the frontend
webserver. I want ligthttpd to deliver the static content.
So I did
gem install sendfile --remote
Everything installed.
But if I run the tests like
gem check sendfile --test --debug
i get the following error message:
Exception `Errno::ENOSYS'' at ./test/test_sendfile.rb:75 - Function not
implemented - sendfile
If I use lighttpd with mongrel and sendfile I do have similary error
messages in my mongrel log.
Does anybody know what is wrong?
Cheers, Feurio
My configuration is:
Debian Sarge
Rails 1.1.2
mongrel (0.3.13.3)
mongrel_cluster (0.2.0)
sendfile (0.9...