I made a WEB application using Bottle and want to publish it. I decided to use paste for the web server because official document said it’s the easiest way. In order to let the web server process listen on the port 80, the process must be launched by the root user. I’m not a security expert and can not judge