lighttpd 1.4.8 を Mac OS X 10.4.3 にインストール

lighttpd 1.4.8 and multiple rails-apps ということで lighttpd 1.4.8 がリリースされたので、いつものように PowerBook にインストールです。

$ cd ~/src/lighttpd-1.4.8
$ ./configure --prefix=/usr/local/lighttpd/lighttpd-1.4.8
$ make
$ sudo make install
$ make clean

そして current のリンク先を変更。

$ sudo rm /usr/local/lighttpd/current
$ sudo ln -s /usr/local/lighttpd/lighttpd-1.4.8 /usr/local/lighttpd/current

使用可能なタグ <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>