请教Lighttpd+Mongrel部署hamster问题

请教Lighttpd+Mongrel部署hamster问题

已经按网上的blog的介绍启动了service.msc服务了
C:\Documents and Settings\Administrator>mongrel_php?name=rails" onclick="tagshow(event)" class="t_tag">rails service::install -N hamste r_beta_build -c C:\railapp\hamster_beta_build_060629 -p 8001 -e production
也修改了lighttpd.conf
server.modules = ("mod_proxy",
"mod_rewrite",
"mod_accesslog",
"mod_alias" )

proxy.server = ( "/" =>
  ( ( "host" => "127.0.0.1", "port" => 8001 ),
  ( "host" => "127.0.0.1", "port" => 8002 ),
  ( "host" => "127.0.0.1", "port" => 8003 ),
  ( "host" => "127.0.0.1", "port" => 8004 ) ) )

最后使用localhost:8001都是空白,显示不了
这个我暂时还没有部署过。我们的Server是Win2003的,lighhttpd没法用,就用了Apache+FastCGI模式了,但效率的确不够理想。
想请问我下载的hamster工程文件是不是直接可以部署用的阿?
boss
你提供个在windows的Apache+FastCGI模式下的部署hamster连接我参考可以吗?
hamster不是已经停止开发了吗?为什么还要布置这个项目呢?

Apache + FastCGI还是比较简单的,搜索下本版块,应该有不少的帖子。
boss
我现在要做进销存方面的应用,只是知道hamester是有参考的价值。还有其他的选择吗?

别boss长boss短啦,有参考价值就用,至于部署不是什么很困难的问题,如果对于性能要求不高,Webrick就可以了,是吧?
都是一个称呼。不要客气啦。我早认定你就是我们的带头人了。
http://mongrel.rubyforge.org/docs/lighttpd
开发Mongrel的Zen在部署Lighttpd+Mongrel教程里不再推荐使用lighttpd,据说不太稳定,许多人出现500错误而无法得到开发者的技术支持。
哈哈哈。但是下边部分不是还有讲述到Using Lighttpd With Mongrel吗!!