Is there a way to unbind a port without killing the process bounded to it?
I thought I told nginx to not bind to port 80 by changing all conf files to 8800. But apache says it can't start because port 80 is bound. netstat confirms this.
Is there a way to force nginx to unbind from port 80 without killing the nginx process?