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
Tag: web-applications
Using Sendmail from an external server
I have a server with a webapp and a mail server (who use sendmail to route mails). We need to migrate the webapp to an auto-scaling schema, so, I can’t have the mail server in there, so, I’m thinking on leaving the mail server right where it is now. So, to send mails I have different alternatives, I don’t want
Best practices when running Node.js with port 80 (Ubuntu / Linode) [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 6 years ago. Improve this question I am setting up my first Node.js server on a cloud Linux node and I am fairly new to the details