rails:1933
From: しろくま <dev@c...>
Date: Wed, 03 Jan 2007 18:35:45 +0900
Subject: [rails:1933] script/serverのlighttpdでSSLをする方法
しろくまと申します。 lighttpdの設定に関して質問させてください。 script/server から、lighttpdを立ち上げて開発しています。 SSLを含むアプリケーションなので、開発環境にもSSLを用意したいのですが、そ のやりかたがわかりません。 conf/lighttpd.confを書き換えて、lighttpdのプロセス一つで、80番、443番 ポートを両方立ち上げる方法はありませんでしょうか。 http://www.atmarkit.co.jp/flinux/rensai/linuxtips/846lighttpdssl.html このページを参考にして、 $SERVER["socket"] == "192.168.1.50:443" { ssl.engine = "enable" ssl.pemfile = CWD + "/config/ssl/server.pem" server.name = "xxx.jp" server.document-root = CWD + "/public/" } という記述をconf/lighttpd.confに付け加えてみたのですが、どうしても lighttpdが443番ポートで待ち構えてくれません・・・ $ sudo ./script/server => Booting lighttpd (use 'script/server webrick' to force WEBrick) => Rails application started on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server (see config/lighttpd.conf for options) Enter PEM pass phrase: このように、パスワードは聞かれるので、惜しいところまではきていると思うの ですが・・・ よろしくお願いします。 -- ML: rails@r... 使い方: http://QuickML.com/
-> 1933 2007-01-03 10:35 [dev@c... ] script/serverのlighttpdでSSLをする方法 1935 2007-01-03 15:18 ┗[stoyan@g... ] 1936 2007-01-04 01:53 ┗[dev@c... ]