InstantRails 错误
当我尝试在 Vista 下运行 InstantRails 2.0(我已将其解压缩到 C:\InstantRails)时,出现以下错误:
Apache 或 MySQL 无法运行,因为另一个程序正在使用其端口。
我在这里做什么? MySQL服务器安装良好。
When I try to run InstantRails 2.0 under Vista, which I've extracted to C:\InstantRails, I get the following error:
Either Apache or MySQL cannot run because another program is using its port.
What do I do here? MySQL server is installed fine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
InstantRails 会在其控制台中准确地告诉您哪一个不能在其交通信号灯下运行。 这很可能是 Apache 和 Vista 的内置 Web 服务器 (IIS) 在端口 80 上发生冲突。我会打开“服务”列表并关闭 IIS(可能称为“HTTP Web 服务器”或类似名称)。
而且,说实话,尽管 InstantRails 很有用,但它并没有得到积极维护。 Bitnami 的 RubyStack 是一个不错的替代品,尽管它更大,安装时间更长,并且没有 InstantRails (RIP) 那样用于启动混合实例的漂亮的点击式界面。
InstantRails will tell you in its console exactly which one can't run with its traffic lights. It's most likely a clash between Apache and Vista's built in web server (IIS) on port 80. I'd go open up the Services list and turn IIS (may be called 'HTTP Web server' or something similar) off.
And, to be honest, as useful as InstantRails was, it's not actively maintained. Bitnami's RubyStack is a fair substitute although it's larger, takes longer to install, and doesn't have the nice pointy-clicky interface for starting mongrel instances that InstantRails (RIP) did.