I'm running juggernaut in production on a Slicehost type setup and I
can't get Juggernaut to work on any port but 5001 for some reason. I
was trying to switch to port 443 because I was having issues with some
people not being able to use it (I'm assuming because of firewalls)
but that did not work for me. I then tested to see if I can get any
other port working and tried 4000 and 5000 but those did not work
either. If I configure it back to 5001 it works again. Here's how I
had it configured:
:hosts:
- :port: 443
:host: 127.0.0.1
:public_host:
mydomain.org
:public_port: 443
Is there anything else I need to do? I have sudo privileges so I can
run "juggernaut -d -c juggernaut.yml" as sudo, and even if I didn't it
should still work if I switch to 5000 instead of 5001, right?
Thanks for the help.