lighttpd 1.4.21 以上では $HTTP["language"] という新しい変数(?)が設定の中で使えるようになり、これを使用するとクライアントの Accept-Language に応じて lighttpd の設定を変えることが可能になります。 これを利用して多言語化しているサイトとしては ope... 続きを読む
When loadbalancing between two servers, the etags generated by the each server do not match when a file is first requested from server 1 and the checked against server 2 (this is not an issue specific to lighttpd, this happens with Apache as ... 続きを読む
高負荷、大量アクセスなサイトで Lighttpd を使う場合の注意点 すいませんm(_ _)m 昨日、17:45 〜 20:30 まで Amazon Search 落ちてました・・・ 当サイトの web サーバは Lighttpd ってのを使っています。使用しているバージョンは試行錯誤の結果 ver 1.4.7 ... 続きを読む
About nixCraft Daily Linux tips, hacks, news, ideas and much more » Hotlinking or leeching or direct linking comes under Bandwidth theft (also known as Inline linking). Wikipedia defines Inline linking as: Inline linking, also known as hotlin... 続きを読む
Async IO on Linux 10 Posted by jan Thu, 09 Nov 2006 02:59:00 GMT I implemented Async IO based on libaio which is a minimal wrapper around the aio-syscalls for the 2.6.x kernels. Implementation It was a bit tricky to get it working as libaio i... 続きを読む
http://wiki.rubyonrails.org/rails/pages/HowtoSendFilesFast (2006/09/12 v15) ザ・ゴール: みんなが超速くファイルをダウンロードできるようにする。 ユーザがログインしたときだけアクセスできるようにファイルを保護する。 ユーザにファイルを提供する最速... 続きを読む
パッケージとしてインストールした場合、通常 /etc/lighttpd/lighttpd.conf が設定ファイルとなる。ただし、初めにインストールされるものは、Apacheのものと比べると説明がないので、サンプルとしてはちょっと分かりにくかった。 なお、Apache の .htaccess の... 続きを読む
lighty at the railsconf 2 Posted by jan Sun, 25 Jun 2006 04:45:40 GMT I’ve just finished my presentation on lighty at the railsconf in Chicago, IL, USA. The slides of the presentation “Accelerating Rails with Lighty” have been uploaded to ... 続きを読む
log-condition-handling, The hidden feature for debuging Posted by moo Sun, 02 Apr 2006 05:46:00 GMT Many features was introduced into lighttpd 1.4.x series to improve config file handling. But there's something left undocumented, yet nice fea... 続きを読む
Rails 1.1で作ったアプリのscript/serverはlighttpd-1.4.8以前では動かない模様 rails, lighttpd 2006/04/02 id:secondlifeさんの指摘を受け、タイトルをわかりやすくしました。 前エントリへzhestoさんから指摘をいただいて気がついたんですが、Rails 1.1で作... 続きを読む
flv streaming with lighttpd 13 Posted by jan Thu, 09 Mar 2006 01:57:00 GMT 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... 続きを読む
rails under "production". rails, lighttpd 勉強会では流れてしまったんですが、せっかく作った資料なのであげておきます。 (lighttpd or apache)+fastcgiでrailsを動かすための各種設定をまとめてみました。 資料はこちらからどうぞ。CreativeCommonsの帰属ラ... 続きを読む
lighttpd の dir_listing が以下略 Reference URI http://lowreal.net/logs/2006/01/27/2 Written Time 2006-01-27T23:44:57+09:00 Tags lighttpd ソースがドキュメントですってアレでソレで解決させたナニか。 iso-8859-1 が XML 宣言で決めうちされてて日本語... 続きを読む
lighttpd のロードバランス機能って誰も試してないのかなぁ。 一応 fair, hash, round-robin と3種類あって、 fair 負荷によって振り分ける(デフォルト) hash URLのhashで振り分ける(同じURLは必ず同じホストにわけられる) Cache Array Routing Protocol ていう... 続きを読む