X-Sendfile
… or the hidden secrets of lighty.
X-Sendfile is one of the important, but mostly unknown features. Time to put the spot-light on it and see why you want to use it.
… or the hidden secrets of lighty.
X-Sendfile is one of the important, but mostly unknown features. Time to put the spot-light on it and see why you want to use it.
At the railsconf I spent some time to work on the native win32 port of
lighty. Thanks to scons we already had a working build system on
Windows, it only needed some #ifdef’s to get the beast compiling.
The railsconf 2006 is over and it was a amazing week here in Chicago. Around 500 attendees made the conference a huge success. Inspiraring Keynotes, interesting lightning talks and a amazing show by ‘Why the Lucky Stiff and the Thirsty Cups’.
I’ve just finished my presentation on lighty at the http://railsconf.org/ in Chicago, IL, USA. The slides of the presentation “Accelerating Rails with Lighty” have been uploaded to https://www.lighttpd.net/railsconf-2006.pdf
I was always jealous of iruby and ipython, the interactive shells for Ruby and Python. Instead of writing a script and running it through the interpreters you just execute the script line-by-line while you write it.
For debugging this is great. Compare a shell-script against the normal shell usage. It is more a ‘What if I …’ pattern instead of ‘I can write 100 lines of code without testing it’.
PHP was missing a powerful shell for a long time now. I needed one for my team at work and ‘php -a’, the interactive shell of PHP 5.0.x, is still not able to handle basic FATAL errors like ‘Function foo() not found’. So I wrote a php based interactive php-shell
I’m sure you use lighttpd because of performance and scalability, and many of you run php too. I’m please to introduce you another opcode cache for php.
Yes, another.
The preview version is deprecated.
Many features was introduced into lighttpd 1.4.x series to improve config file handling. But there’s something left undocumented, yet nice feature, for debuging.
See me (Jan) live and in colour at the MySQL UC 2006 in April 24-27 in Santa Clara, CA, USA and two month later again in Chicago, IL, USA at the RailsConf 2006
Kris tells you why this usually a bad idea in his article Serving Images From A Database
1.4.11 got a new module for streaming Flash movie files called mod_flv_streaming. This module allows you to seek in FLV files using the high performance infrastructure of lighttpd.