Hi,
I’d like to run a web process on port 80 so that it can be my website. In particular, I am using the Ruby Camping framework. I have it working on other ports, but I really want it to be running on my domain at 80, not on some random port.
When I try to run the process on 80, I get Permission denied - bind(2) (Errno::EACCES)
Is there anyway to do this? Perhaps by “stopping” the webserver running now?
Thanks,
Rob