タグ

ブックマーク / saikyoline.jp (2)

  • メモ/WebDAVでSubversion - SaikyoLine.jp

    メモ 使用したバージョン Apache 2.2.0 Subversion 1.3.0 インストールするディレクトリ Apache /usr/local/apache2 Subversion /usr/local/subversion Apacheインストール † # cd /usr/local/src # wget http://example.com/httpd-2.2.0.tar.bz2 ←最寄りを。 # tar jxf httpd-2.2.0.tar.bz2 # cd httpd-2.2.0 # view INSTALL ←とりあえず読んで。 # ./configure --enable-so --enable-dav ←この二つは必須。 # make # make install # /usr/local/apache2/bin/apachectl start 〜 動作確認 〜 #

  • MongrelとApache2.2でRails。

    「10分で作るRailsアプリ for Windows」の増井さんに直に話を聞く機会があって、名前だけ知ってたMongrelがこれからいい感じジャマイカということを聞いたので、とりあえず環境を作ってみた。 Mongrel: Home What is Mongrel? Mongrel is a fast HTTP library and server for Ruby that is intended for hosting Ruby web applications of any kind using plain HTTP rather than FastCGI or SCGI. で、具体的に参考にしたのはココ↓ Scaling Rails with Apache 2.2, mod_proxy_balancer and Mongrel Lighttpdがボコボコとクラッシュするようになって

    MongrelとApache2.2でRails。
  • 1