Vance wrote:
FatCat wrote:
But if I type ps aux | grep mongrel it does show it running, but I don't think on port 80:
root 4611 0.0 0.0 1848 236 hvc0 S+ 21:10 0:00 grep --colour=auto mongrel
No, this only shows that the
grep mongrel process (which you started as part of the ps command pipeline) is running. Either your mongrel server has exited or something has killed it off. Does it produce any log files? Those might have useful details.
This is all the mongrel logs show:
from /home/path/config/../vendor/rails/railties/lib/initializer.rb:49:in `
send'
from /home/path/config/../vendor/rails/railties/lib/initializer.rb:49:in `
run'
from /home/path/config/environment.rb:64
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
... 9 levels...
from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/command.rb:212:in `run'
from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
from /usr/bin/mongrel_rails:19:in `load'
from /usr/bin/mongrel_rails:19
Is there a different log file I should look at?