Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top