Debian lennyに lighttpd をインストール
もろもろの理由で、lighttpdをインストールしたくなったので、
インストールしてみた。
port80で起動しているwebサーバがいないことを確認して、
調べてみたところ、
今開発機にインストールされているwebサーバは、
インストールしてみた。
port80で起動しているwebサーバがいないことを確認して、
$ sudo aptitude install lighttpdでインストール完了。
$ sudo emacs /etc/lighttpd/lighttpd.confでserver.portを好きなポートに書き換えて、
$ sudo /etc/init.d/lighttpd restartで再起動すればOK
調べてみたところ、
今開発機にインストールされているwebサーバは、
- apache(ソースからビルド) port:10081
- apache2(aptitude install) port:10082
- nginx(aptitude install) port:10080
- apache2(lampp同梱) port: 80
- appengine開発用Webサーバ port: 8080
- lighttpd(aptitude install) port:10083