lighttpd 1.4.10 リリース

lighttpd 1.4.10 released ということで、Mac OS X に入れてある lighttpd をいつものようにバージョンアップ。今回はちょっと豪華に OpenSSL と bzip2 を組み込んでみたりして(OpenSSL は DarwinPorts でインストールしてあるので /opt/local を指定してます)。

$ ./configure --prefix=/usr/local/lighttpd/lighttpd-1.4.10 \
--with-openssl=/opt/local \
--with-bzip2
$ make
$ sudo make install
$ make clean

あとは 1.4.10 をアクティブにすれば完了。

[juno@blocparty] :) $ sudo app_select lighttpd
Current version: 1.4.8
Available version for lighttpd:
1.4.10
1.4.7
1.4.8
1.4.9
[juno@blocparty] :) $ sudo app_select lighttpd 1.4.10
Changed current version of lighttpd to 1.4.10

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