I wanted to show a Rails site to someone so I set up Mongrel and it ran fine,

This is my mongrel_cluster.yml,

port: ?80"
environment: production
pid_file: log/mongrel.pid
servers: 4

Now, after going back to Apache/Tomcat I can't get the Mongrel site up and running again...?

Any suggestions?

(When I run Mongrel, I stop Apache first)

How long do you wait after stopping apache before staring mongrel? I know some OS's won't let you connect/bind to the same port if it's just been released... and some OS's have an option to override that behavior... what happens if you change your port to 81 or something other than 80?
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to