在windows上用apache+mongrel部署ror碰到问题了

ProxyRequests Off

BalancerMember http://localhost:3000


ServerName swthp
DocumentRoot D:\SWTHP\public
ProxyPass /images balancer://myCluster/images
ProxyPass /stylesheets balancer://myCluster/stylesheets
ProxyPass /javascripts balancer://myCluster/javascripts

ProxyPass / balancer://myCluster/
ProxyPassReverse / balancer://myCluster/
ProxyPreserveHost on

其他都照robbin的提示做的 为什么我输入http://swthp 提示找不到网站 http://localhost:80/也不行

报错内容:
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /swthp.

Reason: Error reading from remote server

另输入http://localhost:3000/是不是应该能进啊 不能进是不是说明mongrel没配好?

需要对源程序做处理吗 谢谢

一步步来。
先试一下http://localhost:3000行不行?不行就是mongrel的问题啦。

不要对源程序修改:
http://blog.othree.net/log/2006/11/02/ruby-on-rails-on-windows/